NSX-T Data Center REST API
# ***************************************************************************
# Copyright 2020-2024 VMware, Inc. All rights reserved. VMware Confidential.
# ***************************************************************************
Zone (schema)
| Name | Description | Type | Notes |
|---|---|---|---|
| _last_sync_time | Timestamp of last modification | EpochMsTimestamp | Readonly Sortable |
| _links | References related to this resource The server will populate this field when returing the resource. Ignored on PUT and POST. |
array of ResourceLink | Readonly |
| _schema | Schema for this resource | string | Readonly |
| _self | Link to this resource | SelfResourceLink | Readonly |
| cm_local_id | Zone local id This is the zone id as is received from the compute manager, e.g. "california-zone" |
string | Required Readonly |
| compute_collection_external_ids | Compute collection external ids Collection of external ids of the compute collections (clusters), that are associated with this zone |
array of string | Required |
| description | Description of this resource | string | Maximum length: 1024 Sortable |
| display_name | Identifier to use when displaying entity in logs or GUI Defaults to ID if not set |
string | Maximum length: 255 Sortable |
| external_id | External id of the zone Combination of zone's compute manager id and the zone id, e.g. "ecd5d517-db8d-46cf-bf52-f7e3663b7232:california-zone" |
string | Required Readonly |
| origin_id | Zone origin id Id of the compute manager from where this zone was discovered, e.g. "ecd5d517-db8d-46cf-bf52-f7e3663b7232" |
string | Required Readonly |
| resource_type | Must be set to the value Zone | string | Required |
| scope | List of scopes for discovered resource Specifies list of scope of discovered resource. e.g. if VHC path is associated with principal identity, who owns the discovered resource, then scope id will be VHC path and scope type will be VHC. |
array of DiscoveredResourceScope | |
| tags | Opaque identifiers meaningful to the API user | array of Tag | Maximum items: 30 |