NSX-T Data Center REST API

StubStatus (type)

{
  "id": "StubStatus",
  "module_id": "SiteManager",
  "properties": {
    "address": {
      "description": "IP/FQDN of the node.",
      "title": "IP/FQDN of the node",
      "type": "string"
    },
    "connection_up": {
      "description": "Whether or not stub is up.",
      "required": true,
      "title": "Is stub up",
      "type": "boolean"
    }
  },
  "type": "object"
}