File Server proxy Settings PUT operation
PUT {{baseUrl}}/api/v1/storage-systems/device-type6/:systemUuid/proxy-settings
This API endpoint is to update proxy Settings
Request Body
{"enableProxy"=>"<boolean>", "authenticationRequired"=>"<boolean>", "proxyPassword"=>"<string>", "proxyPort"=>"<integer>", "proxyProtocol"=>"HTTP", "proxyServer"=>"<string>", "proxyUser"=>"<string>", "proxyUserDomain"=>"<string>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |