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
Constraints:
minLength: 1
External service name
string
type
Required
Constraints:
minLength: 1
External service type
string
key
Required
Constraints:
minLength: 1
External service key, identifier for the service unique across the fleet
string
version
Optional
External service version
array of
ServiceNode
nodes
Required
Constraints:
minItems: 1
List of nodes belonging to the same external service