Vrops

Vrops
Vrops

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

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

Property Of