appliance networking no proxy: get
Returns servers for which no proxy configuration will be applied. This operation was added in vSphere API 6.7.
Request:
HTTP request
GET https://{server}/rest/appliance/networking/noproxy
No request parameters
Response:
HTTP Status Code: 200
Representation:
{
"value" : [
"string",
"string"
]
}
"value" : [
"string",
"string"
]
}
Response Type:
Name | Type | Description |
---|---|---|
bold = required | ||
value | string[] | List of servers for which no proxy configuration will be applied. |
Errors:
HTTP Status Code | Type | Description |
---|---|---|
500 | error | Generic error. |