Add HTTP Proxy on Server Group
Configure HTTP proxy on server group level.
- application/json
Request Body
entity object
clientGroupId integerId of the server group
httpProxy object
server stringHTTP server hostname/IP
port integerPort number for the HTTP proxy
useForNetworkRoutes booleanif set as true, Commvault connections will be honouring the proxy along with the routes
proxyBypassList stringDomains/hostnames/IPs that bypass the proxy
configureHTTPProxy booleanSet HTTP proxy is active
useAuthentication booleanSet as true, if authentication is required.
credentials object
Credential used for authentication
credentialId integercredentialName stringproxyType stringPossible values: [
EXPLICIT
,GLOBAL
,NONE
]Type of proxy. EXPLICIT: User explicitly specified proxy, GLOBAL: Proxy is auto-detected, NONE: No proxy
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
- Response
Schema
processinginstructioninfo object
attributes object[]
name stringvalue string- errorCode integer
{
"processinginstructioninfo": {
"attributes": [
{
"name": "string",
"value": "string"
}
]
},
"errorCode": 0
}
{
"processinginstructioninfo": {
"attributes": [
{
"name": "exitval",
"value": "0"
}
]
},
"errorCode": 0
}
Loading...