NSX-T Data Center REST API

Associated URIs:

API Description API Path

Return a list of all AWS accounts


GET /api/v1/csm/aws/accounts

Add a AWS account to cloud serivce manager


POST /api/v1/csm/aws/accounts

Delete AWS account information


DELETE /api/v1/csm/aws/accounts/<account-id>

Returns the details of the particular AWS account


GET /api/v1/csm/aws/accounts/<account-id>

Synchronizes Aws account related inventory like Regions, Vpcs, Instances Status of inventory synchronization can be known from Aws account status api


POST /api/v1/csm/aws/accounts/<account-id>?action=sync_inventory

Update a AWS account information


PUT /api/v1/csm/aws/accounts/<account-id>

Returns a list of desired regions for a particular AWS account


GET /api/v1/csm/aws/accounts/<account-id>/desired-regions

Updates the list of desired regions for a particular AWS account


PUT /api/v1/csm/aws/accounts/<account-id>/desired-regions

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


GET /api/v1/csm/aws/accounts/<account-id>/status