Vcenter Lcm Depot Services Node

Vcenter Lcm Depot Services Node
Vcenter Lcm Depot Services Node

The Vcenter Lcm Depot Services Node schema defines the external service node configurations

This schema was added in vSphere API 9.1.0.0.

JSON Example
{
    "name": "string",
    "addresses": [
        {
            "type": "string",
            "value": "string"
        }
    ],
    "port": "string",
    "base_url": "string",
    "certificates": [
        "string"
    ]
}
string
name
Required

Common name of the service node

This property was added in vSphere API 9.1.0.0.

addresses
Required

List of addresses to connect to the service node.

This property was added in vSphere API 9.1.0.0.

string
port
Optional

Service node port on which the service is hosted

This property was added in vSphere API 9.1.0.0.

If missing or null, the connection will be done with the default port

string
base_url
Optional

URL prefix pointing to the root of the service

This property was added in vSphere API 9.1.0.0.

If missing or null, it defaults to "/" indicating that the service root is hosted directly at the specified address.

array of string
certificates
Required

Certificates to be used to securely connect with the service node.

This property was added in vSphere API 9.1.0.0.