Get Vropses
Get all existing vRealize Operations instances
Request
            
                URI
                    
                                GET                            
                            https://sfo-vcf01.rainpole.io/v1/vropses
                            COPY
                    Responses
                        
                200            
            
        OK
                Returns 
                
                                    
                        PageOfVrops                    
                
                of type(s)
                
                    application/json                
            
        
        {
    "elements": [
        {
            "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"
        }
    ],
    "pageMetadata": {
        "pageNumber": 0,
        "pageSize": 0,
        "totalElements": 0,
        "totalPages": 0
    }
}