vSAN Enabled property not updating in Aria Operations
search cancel

vSAN Enabled property not updating in Aria Operations

book

Article ID: 419002

calendar_today

Updated On:

Products

VCF Operations/Automation (formerly VMware Aria Suite) VCF Operations

Issue/Introduction

The vSAN Enabled property is set to Enabled on a Cluster Compute Resource object when vSAN is enabled.

When vSAN is later disabled, the vSAN adapter fails to update the property back to Disabled.

Environment

Aria Operations 8.18.x

VCF Operations 9.x

Resolution

Engineering are aware of the issue and it will be resolved in an upcoming release.

Workaround:

Update the property via API using steps below:

  1. Retrieve the object UUID:

    From the Product UI, navigate to the object. The UUID will be visible in the URL.
    Alternatively, open Inventory Management, search for the object by name, and locate the UUID under the ID column.

    8.x
    Operations >> Configurations >> Inventory Management

    9.x
    Infrastructure Operations >> Configurations >> Inventory Management

  2. Access the Swagger API page:

    Browse to: https://<Ops_FQDN or IP>/suite-api/

    8.x
    Search for the API: POST /api/resources/{id}/properties
    The required API URL is: https://<Ops_FQDN or IP>/suite-api/doc/swagger-ui.html#/Resource/addPropertiesUsingPOST

    9.x

    Search for the API: POST /api/resources/properties
    The required API URL is: https://<Ops_FQDN or IP>/suite-api/doc/swagger-ui.html#/Resource/addResourcesProperties

  3. Execute the API request, after entering the relevant values as described below:

    In the ID field/s, type the relevant object UUID
    In the timestamps field type the desired epoch time in milliseconds
    In the statKey field type configuration|vsanEnabled
    In the values field type Disabled