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

Vrops

This specification contains information related to the existing vRealize Operations instance deployment


Properties

string
id Required

The ID of the vRealize Operations instance


string
loadBalancerFqdn Required

Fully Qualified Domain Name for the vRealize Operations load balancer


string
loadBalancerIp Required

IP for the vRealize Operations load balancer


array of VropsNode
nodes Required

The nodes of the vRealize Operations instance


string
status Required

The state of the current product instance


string
version Required

The version of the vRealize Operations instance

JSON Example

{
	"id": "string",
	"loadBalancerFqdn": "string",
	"loadBalancerIp": "string",
	"nodes": [
		{
			"fqdn": "vrealize.node.vrack.vsphere.local",
			"ipAddress": "10.0.0.17",
			"status": "ACTIVE",
			"type": "MASTER, REPLICA, DATA, REMOTE_COLLECTOR, WORKER"
		}
	],
	"status": "string",
	"version": "string"
}
[{"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
Property Of

PageOfVrops

Feedback

Was this page helpful?