appliance techpreview networking proxy: test
Test a Proxy configuration by testing the connection to the proxy server and test host.
Request:
HTTP request
POST https://{server}/rest/appliance/techpreview/networking/proxy/test
Request Body Structure:
Request Body Parameters:
Name | Type | Description |
---|---|---|
bold = required | ||
config | proxy_config_test | Proxy configuration to test. |
config.protocol | string | protocol being configured. Defines different proxy protocols Value is one of: |
config.server | string | hostname or ip of proxy server
|
config.port | long | port to connect to the proxy server on. A value of -1 indicates that the default port is being used.
|
config.username | string | username for proxy server.
|
config.password | secret | password for proxy server.
|
config.testhost | string | Verify that a hostname (www.vmware.com) or IPv4 or Ipv6 address of the testhost is accessible through proxy.
|
Response:
HTTP Status Code: 200
Representations:
Response Type:
Name | Type | Description |
---|---|---|
bold = required | ||
value | test_status_info | Status of proxy settings. |
value.status | string | Overall status of tests run. Health indicator Value is one of: |
value.messages | message[] | messages
|
value.messages[].message | string | message
|
value.messages[].result | string | result of the test Individual test result Value is one of: |
Errors:
HTTP Status Code | Type | Description |
---|---|---|
500 | error | Generic error |