Get the Proxy Settings
                    Get the Proxy Settings                
            
                                            Get the current proxy settings
Request
            
                URI
                    
                                GET                            
                            https://{opsmanager-installation}/api/v0/settings/proxy_settings
                            COPY
                    Responses
                        
                200            
            
        OK
                Returns 
                
                                    
                        ProxySettings                    
                
                of type(s)
                
                    application/json                
            
        
        {
    "proxy_settings": {
        "http_proxy": "string",
        "https_proxy": "string",
        "no_proxy": "string"
    }
}
                proxy_settings            
                            Optional
            
            
        proxy_settings
                400            
            
        Setup is not completed
                Returns 
                
                                    
                        RequireSetupCompleted                    
                
                of type(s)
                
                    application/json                
            
        
        {
    "errors": {
        "errors": [
            "string"
        ]
    }
}
                401            
            
        Unauthorized
                Returns 
                
                                    
                        UnauthorizedResponse                    
                
                of type(s)
                
                    application/json                
            
        
        {
    "errors": {
        "errors": [
            "string"
        ]
    }
}
                403            
            
        Forbidden
                Returns 
                
                                    
                        ForbiddenResponse                    
                
                of type(s)
                
                    application/json                
            
        
        {
    "errors": {
        "errors": [
            "string"
        ]
    }
}Code Samples
                    COPY
                                    curl -H 'Authorization: <value>' https://{api_host}/api/v0/settings/proxy_settings
                
            