NSX-T Data Center REST API

AphInfo (type)

{
  "additionalProperties": false,
  "description": "APH information.",
  "id": "AphInfo",
  "module_id": "SiteManagerModule",
  "properties": {
    "address": {
      "required": true,
      "title": "IP address of APH service",
      "type": "string"
    },
    "certificate": {
      "required": true,
      "title": "PEM Certificate of APH service",
      "type": "string"
    },
    "fqdn": {
      "required": false,
      "title": "FQDN, only returned by GET /sites and GET /sites/self",
      "type": "string"
    },
    "node_id": {
      "required": true,
      "title": "Node ID of the APH service",
      "type": "string"
    },
    "port": {
      "required": true,
      "title": "Port of APH service",
      "type": "integer"
    },
    "use_fqdn": {
      "required": false,
      "title": "whether or not fqdn flag is on",
      "type": "boolean"
    },
    "uuid": {
      "required": true,
      "title": "ID of the APH service",
      "type": "string"
    }
  },
  "title": "Apliance proxy hub information",
  "type": "object"
}