Get Vcenter Integration By Id
Get vCenter integration, with vSAN and Service Discovery configs
Request
            
                URI
                    
                                GET                            
                            https://{api_host}/suite-api/api/integrations/vcenters/{integrationId}
                            COPY
                    Path Parameters
                                        
            
            
                                    string
                
                
            
        
        
                integrationId            
                            Required
            
            
        The identifier of the vCenter integration in UUID format.
Responses
                        
                200            
            
        The result model of the retrieved vCenter integration, with vSAN and Service Discovery configs.
                Returns 
                
                                    
                        VcenterIntegration                    
                
                of type(s)
                
                    application/json                
            
        
        
                    This response body class contains all of the following:
                                            
                            
                                InlineVcenterIntegration0                                                                    , 
                                                            
                        
                                            
                            
                                InlineVcenterIntegration1                                                            
                        
                    
                
            
                            "{\n  \"name\" : \"TestVcenterIntegration\",\n  \"description\" : \"vCenter adapter for test purposes\",\n  \"collectorGroupId\" : \"5efe28d9-f622-4610-8085-aaf19da9d2a5\",\n  \"resourceIdentifiers\" : [ {\n    \"name\" : \"AUTODISCOVERY\",\n    \"value\" : \"true\"\n  }, {\n    \"name\" : \"PROCESSCHANGEEVENTS\",\n    \"value\" : \"true\"\n  }, {\n    \"name\" : \"VCURL\",\n    \"value\" : \"VC_IP_Adress\"\n  } ],\n  \"certificates\" : [ ],\n  \"credentialInstanceId\" : \"ddbc276c-9cc5-44af-907e-e0c8abc84e83\",\n  \"vsanConfig\" : {\n    \"smartDataCollectionEnabled\" : false,\n    \"enabled\" : true\n  },\n  \"sdmpConfig\" : {\n    \"applicationDiscoveryEnabled\" : true,\n    \"enabled\" : true\n  },\n  \"logCollectionEnabled\" : false\n}"
                404            
            
        If no vCenter integration with provided id where found
Operation doesn't return any data structure
            
            
                    Code Samples
                    COPY
                                    curl -H 'Authorization: <value>' https://{api_host}/suite-api/api/integrations/vcenters/{integrationId}
                
            Integrations Operations
        
                    
                        
                        
                            
                                    PUT                                
                                
                                        Update VCF Integration                                    
                                
                                    POST                                
                                
                                        Create VCF Integration                                    
                                
                                    PUT                                
                                
                                        Unregister VCF                                    
                                
                                    PUT                                
                                
                                        Register VCF                                    
                                
                                    GET                                
                                
                                        Get Domain Details By Id                                    
                                
                                    PUT                                
                                
                                        Update Domain Details                                    
                                
                                    DELETE                                
                                
                                        Delete Vcf Domain                                    
                                
                                    PUT                                
                                
                                        Update Vcenter Integration                                    
                                
                                    POST                                
                                
                                        Create Vcenter Integration                                    
                                
                                    PUT                                
                                
                                        Unregister VC                                    
                                
                                    PUT                                
                                
                                        Register VC                                    
                                
                                    POST                                
                                
                                        Test Domain                                    
                                
                                    POST                                
                                
                                        Test VCF Integration                                    
                                
                                    POST                                
                                
                                        Test Vcenter Integration                                    
                                
                                    GET                                
                                
                                        Get VCF Integration By Id                                    
                                
                                    DELETE                                
                                
                                        Delete Vcf Integration                                    
                                
                                    GET                                
                                
                                        Get Domain Summary                                    
                                
                                    GET                                
                                
                                        Get Vcenter Integration By Id                                    
                                
                                    DELETE                                
                                
                                        Delete Vcenter Integration                                    
                                