SiteInfo (type)

{
  "additionalProperties": false, 
  "description": "Information related to Sites applicable for given VHC.", 
  "id": "SiteInfo", 
  "module_id": "CloudServiceManagerServerApis", 
  "properties": {
    "edge_cluster_paths": {
      "description": "The edge cluster on which the networking elements for the VHC will be created.", 
      "items": {
        "type": "string"
      }, 
      "max_size": 1, 
      "required": true, 
      "title": "PolicyPath of the edge cluster", 
      "type": "array"
    }, 
    "site_path": {
      "description": "For the local manager this needs to be set to 'default'. This represents the path of the site which is managed by Global Manager.", 
      "required": true, 
      "title": "PolicyPath of the site", 
      "type": "string"
    }, 
    "transport_zone_paths": {
      "description": "The transport zone has to be set when creating VHC on Local manager. If not set for local manager, default transport zone will be used. For the Global Manager the transport zone path will be picked up from the site.", 
      "items": {
        "type": "string"
      }, 
      "maxItems": 1, 
      "required": false, 
      "title": "PolicyPath of the transport zone", 
      "type": "array"
    }
  }, 
  "title": "Site information", 
  "type": "object"
}