Get Registered VR Os

Get Registered VR Os

Get a list of registered vRealize Orchestrator services

Request
URI
GET
https://{api_host}/cloudapi/vro/servers
COPY
Authentication
This operation uses the following authentication methods.
Responses
200

OK

[
    {
        "id": "string",
        "name": "string",
        "description": "string",
        "vroEndpoint": "string",
        "username": "string",
        "password": "string",
        "version": "string",
        "trustAnchor": "string",
        "vcId": {
            "name": "string",
            "id": "string"
        }
    }
]