Validate Connections Via Web Proxy
Validate the connections with the updated web proxy settings. Only admin users can perform this action.
The Entity ID of object requestion information on
Web Proxy Details to be updated
{
"nick_name": "AWS web Proxy",
"target_ip": "10.11.11.102",
"target_port": 161,
"proxy_type": "HTTP",
"auth_type": "Basic/NTLM",
"use_credentials": true,
"user_name": "admin",
"password": "admin"
}
Descriptor or identifier for particular web proxy. It should be unique
IP address of web Proxy server
Port number of web Proxy server
Type of web Proxy being configured. [Permitted Values - HTTP/HTTPS]
Type of authentication. [Permitted Values - Basic/NTLM]
Credentials required for this web proxy
Username for web proxy authentication
Password for web proxy authentication
Success
{
"results": [
{
"entity_id": "10000:1:15332641552",
"entity_type": "DataSource",
"name": "vcenter",
"identifier": "10.98.101.59",
"status": "PASS",
"error_code": -1,
"message": "string"
}
]
}
Unauthorized
{
"code": 0,
"message": "string",
"details": [
{
"code": 0,
"message": "string",
"target": [
"string"
]
}
]
}
code
message
Not Found
{
"code": 0,
"message": "string",
"details": [
{
"code": 0,
"message": "string",
"target": [
"string"
]
}
]
}
code
message
Internal Error
{
"code": 0,
"message": "string",
"details": [
{
"code": 0,
"message": "string",
"target": [
"string"
]
}
]
}
code
message