Enumerate Services

Enumerate Services

A REST endpoint for listing VCF Operations Orchestrator Server instance services.

Request
URI
GET
https://{api_host}/vco/api/server
COPY
Authentication
This operation uses the following authentication methods.
Responses
200

The request is successful

Returns ServerObject of type(s) application/json
{
    "relations": {
        "startIndex": 0,
        "count": 0,
        "total": 0,
        "link": [
            {
                "rel": "string",
                "type": "string",
                "attributes": [
                    {
                        "name": "string",
                        "displayName": "string",
                        "value": "string",
                        "displayValue": "string"
                    }
                ],
                "href": "string"
            }
        ]
    },
    "sslCertificate": {
        "issuerName": "string",
        "notValidAfter": "string",
        "notValidBefore": "string",
        "principalName": "string",
        "thumbprint": "string",
        "identityCertificateExists": false
    },
    "href": "string"
}
object
relations
Optional

relations

object
sslCertificate
Optional

sslCertificate

string
href
Optional

href


401

The user is not authorized.

Returns ServerObject of type(s) application/json
"ServerObject Object"
object
relations
Optional

relations

object
sslCertificate
Optional

sslCertificate

string
href
Optional

href


Code Samples
COPY
                    curl -H 'Authorization: <value>' https://{api_host}/vco/api/server