NSX-T Data Center REST API
SiteInfo (type)
{ "additionalProperties": false, "description": "Information related to Sites applicable for given Org.", "id": "SiteInfo", "module_id": "PolicyOrg", "properties": { "edge_cluster_paths": { "description": "The edge cluster on which the networking elements for the Org will be created. In case of Label, it should have reference of Edge cluster path.", "items": { "type": "string" }, "title": "PolicyPath of the edge cluster or label", "type": "array", "x-vmw-cross-reference": [ { "leftType": [ "Vpc" ], "relationshipType": "VPC_EDGE_CLUSTER_RELATIONSHIP", "rightType": [ "PolicyEdgeCluster" ] }, { "leftType": [ "Project" ], "relationshipType": "PROJECT_EDGE_CLUSTER_RELATIONSHIP", "rightType": [ "PolicyEdgeCluster" ] }, { "leftType": [ "Project" ], "relationshipType": "PROJECT_EDGE_CLUSTER_LABEL_RELATIONSHIP", "rightType": [ "Label" ] }, { "leftType": [ "Project" ], "relationshipType": "VPC_EDGE_CLUSTER_LABEL_RELATIONSHIP", "rightType": [ "Label" ] } ] }, "site_path": { "description": "This represents the path of the site which is managed by Global Manager. For the local manager, if set, this needs to point to 'default'.", "required": false, "title": "PolicyPath of the site", "type": "string", "x-vmw-cross-reference": [ { "leftType": [ "Org" ], "relationshipType": "TENANT_SITE_RELATIONSHIP", "rightType": [ "Site" ] }, { "leftType": [ "Project" ], "relationshipType": "PROJECT_SITE_RELATIONSHIP", "rightType": [ "Site" ] }, { "leftType": [ "Vpc" ], "relationshipType": "VPC_SITE_RELATIONSHIP", "rightType": [ "Site" ] } ] }, "transport_zone_paths": { "description": "This represents the path of the transport zone on which elements of the project will be created. If not provided, this field is set to the path of the default transport zone for the associated site. Transport zone cannot be modified.", "items": { "type": "string" }, "maxItems": 1, "required": false, "title": "PolicyPath of the transport zone", "type": "array", "x-vmw-cross-reference": [ { "leftType": [ "Org" ], "relationshipType": "PROJECT_TRANSPORT_ZONE_RELATIONSHIP", "rightType": [ "Site" ] } ] } }, "title": "Site information", "type": "object" }