ServicesConfig
ServicesConfig
External services configurations.
JSON Example
{
"services": [
{
"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"
]
}
]
}
]
}