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

VROServiceInfo

Response type with meta information about a vRealize Orchestrator Service


Properties

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

JSON Example

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

Vendor Extensions

This class contains the following vendor extensions defined in the spec:
x-vcloud-property-annotations:
    trustAnchor:
        x-vcloud-deprecated-alternative: see /1.0.0/ssl/trustedCertificates API
        x-vcloud-deprecated-in: "35.0"
    vcId:
        x-vcloud-added-in: "35.0"
        x-vcloud-constraints:
            - constraint: NonSortable
[{"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
Parameter To

Discover vRO vCenter
Update Service
Patch Service
Register
Returned By

Get Registered VR OS
Register
Get Registered vRO
Update Service
Patch Service

Feedback

Was this page helpful?