ServiceCapabilities
ServiceCapabilities
The list of registered VCF Management Service Capabilities.
AllOf
JSON Example
{
"resultTotal": 0,
"pageCount": 0,
"page": 0,
"pageSize": 0,
"associations": [
{
"entityId": "string",
"associationId": "string"
}
],
"capabilities": [
{
"name": "VCF OPS, VCFA",
"type": "string",
"key": "string",
"oidcConfigUrl": "https://vrops1.company.com/suite-api/.well-known/openid-configuration",
"secret": {
"type": "string",
"username": "string",
"password": "string",
"refresh_token": "string"
},
"nodes": [
{
"name": "VCFA, VCF OPS",
"addresses": [
{
"type": "string",
"value": "10.10.10.10, 2001:0db8:85a3:0000:0000:8a2e:0370:7334, vrslcm1.company.com"
}
],
"certificates": [
"string"
]
}
]
}
]
}