Get HTTP Proxy Server Details
Select
SaaS
Customer Managed
This operation returns the details associated with an HTTP proxy server.
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
- H T T P Proxy Server
Schema
config object
useInternetGatewayPublic booleanuseIgDownloadSoftware booleanproxyPort integeruseProxyAuthentication booleanuseHttpProxy booleanusePassiveFTPConnection booleansoftwareDownloadProtocolType integerproxyServer stringproxyType integeruseInternetGatewayPrivate booleanproxyCredentials object
proxyClient object
clientId integerclientName string_type_ integer
{
"config": {
"useInternetGatewayPublic": true,
"useIgDownloadSoftware": true,
"proxyPort": 0,
"useProxyAuthentication": true,
"useHttpProxy": true,
"usePassiveFTPConnection": true,
"softwareDownloadProtocolType": 0,
"proxyServer": "string",
"proxyType": 0,
"useInternetGatewayPrivate": true,
"proxyCredentials": {},
"proxyClient": {
"clientId": 0,
"clientName": "string",
"_type_": 0
}
}
}
{
"config": {
"useInternetGatewayPublic": false,
"useIgDownloadSoftware": false,
"proxyPort": 1025,
"useProxyAuthentication": false,
"useHttpProxy": false,
"usePassiveFTPConnection": false,
"softwareDownloadProtocolType": 1,
"proxyServer": "",
"proxyType": 1,
"useInternetGatewayPrivate": false,
"proxyCredentials": {},
"proxyClient": {
"clientId": 1,
"clientName": "",
"_type_": 3
}
}
}
Loading...