Vcenter Lcm Depot Services Info

Vcenter Lcm Depot Services Info
Vcenter Lcm Depot Services Info

The Vcenter Lcm Depot Services Info schema defines the connection configuration for all external services

This schema was added in vSphere API 9.1.0.0.

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

Lists the configurations containing the connection details of the external services which are registered with vCenter appliance.

This property was added in vSphere API 9.1.0.0.