NSX-T Data Center REST API

SiteStatus (type)

{
  "id": "SiteStatus",
  "module_id": "SiteManagerModule",
  "properties": {
    "site_name": {
      "required": true,
      "title": "Site name",
      "type": "string"
    },
    "stubs": {
      "items": {
        "$ref": "StubStatus"
      },
      "title": "Connection status",
      "type": "array"
    }
  },
  "type": "object"
}