NSX-T Data Center REST API
AphInfo (type)
{
"additionalProperties": false,
"description": "APH information.",
"id": "AphInfo",
"module_id": "SiteManager",
"properties": {
"address": {
"description": "IP address of the Apliance proxy hub service.",
"required": true,
"title": "IP address of APH service",
"type": "string"
},
"certificate": {
"description": "PEM Certificate of the Apliance proxy hub service.",
"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"
},
"ipv6_address": {
"description": "IPv6 address of the Appliance proxy hub service.",
"required": false,
"title": "IPV6 address of APH service",
"type": "string"
},
"node_id": {
"description": "Node ID of the Apliance proxy hub service.",
"required": true,
"title": "Node ID of the APH service",
"type": "string"
},
"port": {
"description": "Port of the Apliance proxy hub service.",
"required": true,
"title": "Port of APH service",
"type": "integer"
},
"use_fqdn": {
"description": "Whether or not fqdn flag on this AphInfo is on.",
"required": false,
"title": "whether or not fqdn flag is on",
"type": "boolean"
},
"uuid": {
"description": "ID of the Apliance proxy hub service.",
"required": true,
"title": "ID of the APH service",
"type": "string"
}
},
"title": "Apliance proxy hub information",
"type": "object"
}