ServiceConfig

ServiceConfig
ServiceConfig

External service configurations.

JSON Example
{
    "name": "string",
    "type": "One among: VCF_DEPOT",
    "key": "string",
    "version": "string",
    "nodes": [
        {
            "name": "string",
            "addresses": [
                {
                    "type": "One among: fqdn, ipv4, ipv6",
                    "value": "string"
                }
            ],
            "port": "string",
            "baseUrl": "string",
            "certificates": [
                "string"
            ]
        }
    ]
}
string
name
Required

External service name

string
type
Required

External service type

string
key
Required

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

string
version
Optional

External service version

array of ServiceNode
nodes
Required

List of nodes belonging to the same external service