NSX-T Data Center REST API

SpanSiteInfo (type)

{
  "additionalProperties": false, 
  "description": "Represents the Site resource information for a Span entity including both the internal id as well as the site path.", 
  "id": "SpanSiteInfo", 
  "module_id": "PolicySitesSpan", 
  "properties": {
    "site_id": {
      "description": "Site UUID representing the Site resource", 
      "readonly": true, 
      "title": "Internal ID of the Site resource", 
      "type": "string"
    }, 
    "site_path": {
      "description": "Path of the Site resource", 
      "readonly": true, 
      "title": "Path of the Site resource", 
      "type": "string"
    }
  }, 
  "title": "Represents Site resource for Span entity.", 
  "type": "object"
}