Vcenter NamespaceManagement Supervisors ManagementServices ServicePortInfo
The Vcenter NamespaceManagement Supervisors ManagementServices ServicePortInfo schema specifies a port and protocol for a Management Service.
This schema was added in vSphere API 9.1.0.0.
{
"name": "string",
"port": 0,
"transport_protocol": "string",
"tls": {
"certificate_authority_chain": "string",
"hostname": "string"
}
}
Name of the service port.
This property was added in vSphere API 9.1.0.0.
Port number on which the service is exposed.
This property was added in vSphere API 9.1.0.0.
Transport-layer protocol used by the service.
For more information see: Vcenter NamespaceManagement Supervisors ManagementServices TransportProtocol.
This property was added in vSphere API 9.1.0.0.
TLS configuration of the Management Service.
This property was added in vSphere API 9.1.0.0.
If missing or null, no information about the Management Service's TLS configuration will be available to the service's clients in this Supervisor. If the service exposed on this Management Service's port uses TLS, the clients are expected to discover the TLS configurations through some other means.