Vcenter NamespaceManagement Supervisors ManagementServices Info

Vcenter NamespaceManagement Supervisors ManagementServices Info
Vcenter NamespaceManagement Supervisors ManagementServices Info

The Vcenter NamespaceManagement Supervisors ManagementServices Info schema describes the specification of a Management Service registered on a Supervisor.

This schema was added in vSphere API 9.1.0.0.

JSON Example
{
    "management_addresses": [
        "string"
    ],
    "description": "string",
    "managed_by": "string",
    "ports": [
        {
            "name": "string",
            "port": 0,
            "transport_protocol": "string",
            "tls": {
                "certificate_authority_chain": "string",
                "hostname": "string"
            }
        }
    ],
    "access_grant_count": 0
}
array of string
management_addresses
Required

A list of IP addresses and/or fully-qualified domain names on which the Management Service is running.

This property was added in vSphere API 9.1.0.0.

string
description
Optional

A human-readable description of the Management Service.

This property was added in vSphere API 9.1.0.0.

If missing or null, the Management Service does not have a description.

string
managed_by
Optional

Human-readable information about the entity responsible for the lifecycle of this Management Service record.

When set, the field implies that any change to update or delete the Management Service by any principal other than the component referenced by the field may be reverted by the automation component managing it.

This property was added in vSphere API 9.1.0.0.

If missing or null, it implies the Management Service is not created by automation.

ports
Required

Ports information for the Service. Each port in the list is expected to be present on each address listed in managementAddresses.

This property was added in vSphere API 9.1.0.0.

integer As int64 As int64
access_grant_count
Required

Count of Management Service Access Grants referencing this Management Service.

This property was added in vSphere API 9.1.0.0.