Get Integrated Domains Vrops
Retrieves the existing domains and their connection status with vRealize Operations.
Request
            
                URI
                    
                                GET                            
                            https://sfo-vcf01.rainpole.io/v1/vrops/domains
                            COPY
                    Responses
                        
                200            
            
        OK
                Returns 
                
                                    
                        PageOfDomainIntegration                    
                
                of type(s)
                
                    application/json                
            
        
        {
    "elements": [
        {
            "domainId": "string",
            "status": "ENABLED, DISABLED, IN_PROGRESS"
        }
    ],
    "pageMetadata": {
        "pageNumber": 0,
        "pageSize": 0,
        "totalElements": 0,
        "totalPages": 0
    }
}