[{"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

Discover vRO vCenter

Description

Discover vCenter to work with the provided vRealize Orchestrator service

Request

Request

URL

URL


post
https://{api_host}/cloudapi/vro/servers/discovery
Copy

Request Body

Request Body

VROServiceInfo of type(s) application/json Required
{
	"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

vcId Optional

Reference to the associated vCenter server.


string
version Optional

string as uri
vroEndpoint Optional
Authentication

Authentication

This operation uses the following authentication methods.

Response

Response

202 Accepted

The request have been accepted and the task to monitor the request is in the Location header.

Errors

Errors

Error
400

Invalid configuration.

Code Samples

Code Samples

cURL Command

curl -X POST -H "Content-Type: application/json" -d '{"description":"string","id":"string","name":"string","password":"string","trustAnchor":"string","username":"string","vcId":{"id":"string","name":"string"},"version":"string","vroEndpoint":"string"}' https://{api_host}/cloudapi/vro/servers/discovery


[{"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
Availability
Added in 35.0
vRealize Orchestrators Operations
Feedback

Was this page helpful?