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.",
"items": {
"type": "string"
},
"title": "PolicyPath of the edge cluster",
"type": "array",
"x-vmw-cross-reference": [
{
"leftType": [
"Vpc"
],
"relationshipType": "VPC_EDGE_CLUSTER_RELATIONSHIP",
"rightType": [
"PolicyEdgeCluster"
]
},
{
"leftType": [
"Project"
],
"relationshipType": "PROJECT_EDGE_CLUSTER_RELATIONSHIP",
"rightType": [
"PolicyEdgeCluster"
]
}
]
},
"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"
]
}
]
}
},
"title": "Site information",
"type": "object"
}