[{"label":"Latest (5.0.0)","version":"latest"},{"version":"4.5.1"},{"version":"4.5.0"},{"version":"4.4.0"},{"version":"4.3.1"},{"link":"https://developer.vmware.com/apis/1127/vmware-cloud-foundation","version":"4.3"},{"link":"https://developer.vmware.com/apis/1078/vmware-cloud-foundation","version":"4.2"},{"link":"https://developer.vmware.com/apis/1033/vmware-cloud-foundation","version":"4.1"},{"link":"https://developer.vmware.com/apis/1003/vmware-cloud-foundation","version":"4.0.1"},{"link":"https://developer.vmware.com/apis/939/vmware-cloud-foundation","version":"4.0"}]
vcf-for-vxrail

Get VRas

Description

Get all existing vRealize Automation instances

Request

Request

URL

URL


get
https://sfo-vcf01.rainpole.io/v1/vras
Copy

Response

Response

Response Body

Response Body

200 OK

Returns PageOfVra of type(s) application/json
{
	"elements": [
		{
			"id": "string",
			"loadBalancerFqdn": "vra-lb.vrack.vsphere.local",
			"loadBalancerIpAddress": "10.0.0.15",
			"nodes": [
				{
					"fqdn": "vrealize.node.vrack.vsphere.local",
					"id": "string",
					"ipAddress": "10.0.0.17",
					"type": "MASTER, REPLICA, DATA, REMOTE_COLLECTOR, WORKER"
				}
			],
			"status": "ACTIVE, ERROR",
			"version": "8.1.0-13036238"
		}
	],
	"pageMetadata": {
		"pageNumber": 0,
		"pageSize": 0,
		"totalElements": 0,
		"totalPages": 0
	}
}
array of Vra
elements Optional

The list of elements included in this page


pageMetadata Optional

Pageable elements pagination metadata information

No error details were provided in the OpenAPI specification.

Code Samples

Code Samples

cURL Command

curl https://sfo-vcf01.rainpole.io/v1/vras


[{"label":"Latest (5.0.0)","version":"latest"},{"version":"4.5.1"},{"version":"4.5.0"},{"version":"4.4.0"},{"version":"4.3.1"},{"link":"https://developer.vmware.com/apis/1127/vmware-cloud-foundation","version":"4.3"},{"link":"https://developer.vmware.com/apis/1078/vmware-cloud-foundation","version":"4.2"},{"link":"https://developer.vmware.com/apis/1033/vmware-cloud-foundation","version":"4.1"},{"link":"https://developer.vmware.com/apis/1003/vmware-cloud-foundation","version":"4.0.1"},{"link":"https://developer.vmware.com/apis/939/vmware-cloud-foundation","version":"4.0"}]
vcf-for-vxrail
Feedback

Was this page helpful?