Get Proxy Settings a specific system
GET {{baseUrl}}/api/v1/storage-systems/device-type6/:systemUuid/proxy-settings
This API endpoint is to get Proxy Settings a specific system
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"authenticationRequired":"\u003cboolean\u003e","customerId":"\u003cstring\u003e","enableProxy":"\u003cboolean\u003e","fileServerId":"\u003cstring\u003e","nodes":[{"nodeName":"\u003cstring\u003e","status":"\u003cboolean\u003e"},{"nodeName":"\u003cstring\u003e","status":"\u003cboolean\u003e"}],"proxyPassword":"\u003cstring\u003e","proxyPort":"\u003cinteger\u003e","proxyProtocol":"\u003cstring\u003e","proxyServer":"\u003cstring\u003e","proxyUser":"\u003cstring\u003e","proxyUserDomain":"\u003cstring\u003e","requestUri":"\u003cstring\u003e"}