[{"label":"Latest (v37.2)","version":"latest"},{"version":"v37.1"},{"version":"v37.0"},{"version":"v36.3"},{"version":"v36.2"},{"version":"v36.1"},{"version":"v36.0"},{"link":"https://developer.vmware.com/apis/1046/vmware-cloud-director","version":"v35.0"}]
vmware-cloud-director
Get Registered vRO
DescriptionRetrieves service specific metadata for a vRealize Orchestrator
Request
URLURL
https://{api_host}/cloudapi/vro/servers/{id}
Path Parameters
Path Parameters
string
id
Required
Authentication
This operation uses the following authentication methods.
Response
Response
Response BodyResponse Body
200 OK
Returns
VROServiceInfo
of type(s) application/json;version=36.3
{
"description": "string",
"id": "string",
"name": "string",
"password": "string",
"trustAnchor": "string",
"username": "string",
"vcId": {
"id": "string",
"name": "string"
},
"version": "string",
"vroEndpoint": "string"
}
string
description
Optional
string
id
Optional
This is a read-only field in the client. Values set on this field will be ignored by the server.
string
name
Optional
string as password
password
Optional
The password is hidden using a Password Mask represented by a series of 6 asterisks ("******") in the response. The Password Mask is not an acceptable password during VRO Server registration. During an update, the Password Mask set for the ‘password’ field is interpreted as no change to the field and is ignored.
string
trustAnchor
Optional
SSL Certificate chain for the VRO endpoint (deprecated)
string
username
Optional
string
version
Optional
string as uri
vroEndpoint
Optional
No error details were provided in the OpenAPI specification.
Code SamplesCode Samples
cURL Command
curl https://{api_host}/cloudapi/vro/servers/{id}
[{"label":"Latest (v37.2)","version":"latest"},{"version":"v37.1"},{"version":"v37.0"},{"version":"v36.3"},{"version":"v36.2"},{"version":"v36.1"},{"version":"v36.0"},{"link":"https://developer.vmware.com/apis/1046/vmware-cloud-director","version":"v35.0"}]
vmware-cloud-director