Skip to main content

Get HTTP Proxy Server Details

Select

SaaS
Customer Managed

This operation returns the details associated with an HTTP proxy server.

More Details

Responses

OK


Schema
  • config object
  • useInternetGatewayPublic boolean
  • useIgDownloadSoftware boolean
  • proxyPort integer
  • useProxyAuthentication boolean
  • useHttpProxy boolean
  • usePassiveFTPConnection boolean
  • softwareDownloadProtocolType integer
  • proxyServer string
  • proxyType integer
  • useInternetGatewayPrivate boolean
  • proxyCredentials object
  • proxyClient object
  • clientId integer
  • clientName string
  • _type_ integer
GET /commcell/internetoptions/proxy    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://CommandCenterHostName/commandcenter/api
Security Scheme
token
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/Commcell/InternetOptions/Proxy' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'