Vcenter NamespaceManagement Supervisors ManagementServices UpdateSpec

Vcenter NamespaceManagement Supervisors ManagementServices UpdateSpec
Vcenter NamespaceManagement Supervisors ManagementServices UpdateSpec

The Vcenter NamespaceManagement Supervisors ManagementServices UpdateSpec schema provides the specification for updating a Management Service registered with a Supervisor.

This schema was added in vSphere API 9.1.0.0.

JSON Example
{
    "description": "string",
    "managed_by": "string",
    "management_addresses": [
        "string"
    ],
    "ports": [
        {
            "name": "string",
            "port": 0,
            "transport_protocol": "string",
            "tls": {
                "certificate_authority_chain": "string",
                "hostname": "string"
            }
        }
    ]
}
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, existing description, if present, will be unchanged.

string
managed_by
Optional

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

When present, the managedBy value 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, existing value will be kept.

array of string
management_addresses
Optional

A full 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.

If missing or null, existing value will be kept.

ports
Optional

Ports information for the Service. The full list of ports should be provided on update. 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.

If missing or null, existing value will be kept.