NSX-T Data Center REST API

Returns the status of Azure account

Return status of the account like credentials validity, inventory
synchronization status and inventory synchronization state

Request:

Method:
GET
URI Path(s):
/api/v1/csm/azure/accounts/<account-id>/status
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
n/a

Example Request:

GET https://<nsx-csm>/api/v1/csm/azure/accounts/9174ffd1-41b1-42d6-a28d/status

Successful Response:

Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
AzureAccountStatus+

Example Response:

{ "inventory_sync_status": "SYNCED", "credentials_status": "VALID", "inventory_sync_step": "NOT_APPLICABLE" }

Required Permissions:

read

Feature:

cloud_accounts

Additional Errors: