[{"label":"Latest (6.4.0)","version":"latest"}]
vrealize-network-insight-api

Validate Web Proxy Migration

Description

Validate the connections when migrating from one web proxy to another. Only admin users can perform this action.

Request

Request

URL

URL


post
https://vrni.example.com/api/ni/settings/proxy-servers/validate-migration
Copy

Request Body

Request Body

WebProxyMigrationRequest of type(s) application/json Required

Web Proxy Details for migration

{
    "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

Authentication

This operation uses the following authentication methods.

Response

Response

Response Body

Response 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"
		}
	]
}
results Optional
Errors

Errors

ApiError
401

Unauthorized


ApiError
404

Not Found


ApiError
500

Internal Error

Code Samples

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
Settings Operations
Feedback

Was this page helpful?