Get Service Config By Key
Get one external service connection configurations by key. In a fresh setup, this would be empty.
Service key unique identifier
OK
{
"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"
]
}
]
}
External service name
External service type
External service key, identifier for the service unique across the fleet
External service version
List of nodes belonging to the same external service
No content when no service matching parameter is found
{
"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"
]
}
]
}
External service name
External service type
External service key, identifier for the service unique across the fleet
External service version
List of nodes belonging to the same external service
Internal Server Error
{
"errorCode": "string",
"errorType": "string",
"arguments": [
"string"
],
"context": {
"context": "string"
},
"notifications": [
{
"severity": "string",
"message": "string",
"remediations": [
{
"message": "string",
"link": "string"
}
],
"impactMessage": "string"
}
],
"message": "string",
"remediationMessage": "string",
"causes": [
{
"type": "string",
"message": "string"
}
],
"nestedErrors": [
{
"errorCode": "string",
"errorType": "string",
"arguments": [
"string"
],
"context": {
"context": "string"
},
"notifications": [
{
"severity": "string",
"message": "string",
"remediations": [
{
"message": "string",
"link": "string"
}
],
"impactMessage": "string"
}
],
"message": "string",
"remediationMessage": "string",
"causes": [
{
"type": "string",
"message": "string"
}
],
"nestedErrors": [
"Error Object"
],
"referenceToken": "string",
"label": "string",
"remediationUrl": "string"
}
],
"referenceToken": "string",
"label": "string",
"remediationUrl": "string"
}
The minor error code
The error type
The arguments used to localize the message, Can be used by scripts to automate the error processing.
The error context (e.g. the component where it occurred).
Detailed results of the precheck validation.
The localized error message
The localized remediation error message
The underlying cause exceptions.
The nested errors when the error is a composite one
A reference token correlating the error with the relevant detailed error logs. Should be sent to the service provider when reporting issues.
The localized label message
The URL string for remediation documentation link
curl -H 'Authorization: <value>' https://{api_host}/v1/services-config/{serviceKey}