List Providers
Get enabled cloud providers for an organization
Request
            
                URI
                    
                                GET                            
                            https://vmc.vmware.com/vmc/api/orgs/{org}/providers
                            COPY
                    Path Parameters
                                    
            
            
                                    string
                
                
            
        
        
                org            
                            Required
                    Organization identifier
Responses
                        
                200            
            
        OK
                Returns 
                                    Array of
                
                                    
                        AwsCloudProvider                    
                
                of type(s)
                
                    application/json                
            
        
        [
    {
        "provider": "string",
        "regions": [
            "string"
        ]
    }
]
                401            
            
        Unauthorized
Operation doesn't return any data structure
            
            
                    
                403            
            
        Forbidden
Operation doesn't return any data structure
            
            
                    
                404            
            
        Organization doesn't exist
                Returns 
                
                                    
                        ErrorResponse                    
                
                of type(s)
                
                    application/json                
            
        
        {
    "status": 0,
    "path": "string",
    "retryable": false,
    "error_code": "string",
    "error_messages": [
        "string"
    ]
}
            
            
                                    integer
                
                
            
        
        
                status            
                            Required
                    HTTP status code
            
            
                                    string
                
                
            
        
        
                path            
                            Required
                    Originating request URI
            
            
                                    boolean
                
                
            
        
        
                retryable            
                            Required
                    If true, client should retry operation
            
            
                                    string
                
                
            
        
        
                error_code            
                            Required
                    unique error code
                            
                                    array of 
                
            
            
                                    string
                
                
            
        
        
                error_messages            
                            Required
                    localized error messages
