[{"label":"Latest (6.4.0)","version":"latest"}]
vrealize-network-insight-api
Validate Web Proxy Migration
DescriptionValidate the connections when migrating from one web proxy to another. Only admin users can perform this action.
Request
URLURL
https://vrni.example.com/api/ni/settings/proxy-servers/validate-migration
Request Body
Request Body
{
"source_webproxy_id": "web-proxy-er67ght8kn67",
"target_webproxy_id": "web-proxy-er67ght8kn68"
}
string
source_webproxy_id
Optional
Identifier of web proxy which needs migration
string
target_webproxy_id
Optional
Identifier of web proxy to which entities connected to source_webproxy_id will be migrated
Authentication
This operation uses the following authentication methods.
Response
Response
Response BodyResponse Body
200 OK
Returns
ValidateConnectionViaWebProxyResponseList
of type(s) application/json
{
"results": [
{
"entity_id": "10000:1:15332641552",
"entity_type": "DataSource",
"error_code": -1,
"identifier": "10.98.101.59",
"message": "string",
"name": "vcenter",
"status": "PASS"
}
]
}
Errors
ApiError
401
Unauthorized
ApiError
404
Not Found
ApiError
500
Internal Error
Code Samples
cURL Command
curl -X POST -H "Content-Type: application/json" -d '{"source_webproxy_id":"web-proxy-er67ght8kn67","target_webproxy_id":"web-proxy-er67ght8kn68"}' https://vrni.example.com/api/ni/settings/proxy-servers/validate-migration
[{"label":"Latest (6.4.0)","version":"latest"}]
vrealize-network-insight-api
On This Page
Settings Operations
post
post
post
post
post
post
post
delete
delete
delete
delete
delete
delete
delete
delete
delete
delete
post
post
get
get
get
get
get
get
get
get
get
get
get
post
put