NSX-T Data Center REST API
AwsAccountsListResult (type)
{ "additionalProperties": false, "extends": { "$ref": "ListResult }, "id": "AwsAccountsListResult", "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" }, "all_accounts_instance_stats": { "$ref": "InstanceStats, "deprecated": true, "description": "This field is DEPRECATED. To obtain statistics about instances, use the GET /csm/accounts/statistics API.", "readonly": true, "required": false, "title": "Instance statistics" }, "all_accounts_vpc_stats": { "$ref": "VpcStats, "deprecated": true, "description": "This field is DEPRECATED. To obtain statistics about VPCs, use the GET /csm/accounts/statistics API.", "readonly": true, "required": false, "title": "VPC statistics" }, "cursor": { "readonly": true, "title": "Opaque cursor to be used for getting next page of records (supplied by current result page)", "type": "string" }, "result_count": { "readonly": true, "title": "Count of results found (across all pages), set only on first page", "type": "integer" }, "results": { "items": { "$ref": "AwsAccount }, "required": true, "title": "AWS accounts list result", "type": "array" }, "sort_ascending": { "readonly": true, "title": "If true, results are sorted in ascending order", "type": "boolean" }, "sort_by": { "readonly": true, "title": "Field by which records are sorted", "type": "string" } }, "title": "Cloud accounts list", "type": "object" }