NSX-T Data Center REST API
GrpcInfo (type)
{
"additionalProperties": false,
"description": "Grpc information.",
"id": "GrpcInfo",
"module_id": "SiteManager",
"properties": {
"certificate": {
"description": "PEM Certificate of the Ingress service.",
"required": false,
"title": "PEM Certificate of Ingress service",
"type": "string"
},
"fqdn": {
"required": false,
"title": "FQDN, only returned by GET /sites and GET /sites/self",
"type": "string"
},
"ipv4_address": {
"description": "IP address of Ingress service.",
"required": true,
"title": "IP address of Ingress service",
"type": "string"
},
"ipv6_address": {
"description": "IPv6 address of the Ingress service.",
"required": false,
"title": "IPV6 address of Ingress service",
"type": "string"
},
"port": {
"description": "Port of the Apliance proxy hub service.",
"required": true,
"title": "Port of Ingress service",
"type": "integer"
}
},
"title": "Envoy proxy hub information",
"type": "object"
}