NSX-T Data Center REST API

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

Request:

Method:
GET
URI Path(s):
/api/v1/csm/aws/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/aws/accounts/ d02af61a-e212-486e-b6c8-10462ccfbad6/status

Successful Response:

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

Example Response:

{ "inventory_sync_status": "IN_PROGRESS", "inventory_sync_state": "SYNCING_AWS_VPCS", "credentials_status": "VALID" }

Required Permissions:

read

Feature:

cloud_accounts

Additional Errors: