Vcenter Lcm Depot Services Service

Vcenter Lcm Depot Services Service
Vcenter Lcm Depot Services Service

The Vcenter Lcm Depot Services Service schema defines the connection configuration for specific service

This schema was added in vSphere API 9.1.0.0.

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

External service name

This property was added in vSphere API 9.1.0.0.

string
type
Required

Type of external service Supported type is VCF_DEPOT

This property was added in vSphere API 9.1.0.0.

When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: SERVICEID. When operations return a value of this schema as a response, the property will be an identifier for the resource type: SERVICEID.

string
key
Required

External service key, identifier for the service unique across the fleet

This property was added in vSphere API 9.1.0.0.

string
version
Optional

External service version

This property was added in vSphere API 9.1.0.0.

as this is not a required configuration field for external connections

nodes
Required

List of nodes/instances belonging to the same external service

This property was added in vSphere API 9.1.0.0.