NSX-T Data Center REST API
AwsAccountStatus (type)
{ "additionalProperties": false, "extends": { "$ref": "CloudAccountStatus }, "id": "AwsAccountStatus", "module_id": "CloudAccounts", "properties": { "_links": { "description": "The server will populate this field when returing the resource. Ignored on PUT and POST.", "items": { "$ref": "ResourceLink }, "readonly": true, "title": "References related to this resource", "type": "array" }, "_schema": { "readonly": true, "title": "Schema for this resource", "type": "string" }, "_self": { "$ref": "SelfResourceLink, "readonly": true, "title": "Link to this resource" }, "credentials_status": { "description": "Status of the cloud account credentials synced at the auto interval.", "enum": [ "VALID", "INVALID" ], "readonly": true, "required": false, "title": "Credentials Status", "type": "string" }, "error_message": { "description": "Error encountered while syncing AWS inventory such as read timeout.", "readonly": true, "required": false, "title": "Error encountered while syncing AWS inventory", "type": "string" }, "inventory_sync_status": { "description": "Status of inventory synchronization process.", "enum": [ "SYNCED", "IN_PROGRESS" ], "readonly": true, "required": false, "title": "Inventory Synchronization Status", "type": "string" }, "inventory_sync_step": { "description": "Step of the inventory synchronization process", "enum": [ "SYNCING_AWS_REGIONS", "SYNCING_AWS_VPCS", "SYNCING_AWS_AZS", "SYNCING_VMS", "SYNCING_NSX_DATA", "SYNCING_AWS_GATEWAYS", "SYNCING_MANAGED_INSTANCES", "NOT_APPLICABLE" ], "readonly": true, "title": "Inventory sync step", "type": "string" } }, "title": "AWS account status", "type": "object" }