Enumerate Services
A REST endpoint for listing Orchestrator Server instance services.
Request
URI
GET
https://{api_host}/vco/api/server
COPY
Responses
200
The request is successful
Returns server-object of type(s) application/json
{
"sslCertificate": {
"issuerName": "string",
"notValidAfter": "string",
"notValidBefore": "string",
"principalName": "string",
"thumbprint": "string",
"identityCertificateExists": false
},
"href": "string",
"relations": {
"total": 0,
"start": 0,
"link": [
{
"attribute": [
{
"displayValue": "string",
"value": "string",
"name": "string"
}
],
"href": "string",
"type": "string",
"rel": "string"
}
]
}
}
string
href
Optional
href
401
The user is not authorized.
Operation doesn't return any data structure