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

Get Infra Nodes Web Proxy

Description

Get web proxy for infra nodes. Only admin and audit users can perform this action.

Request

Request

URL

URL


get
https://vrni.example.com/api/ni/settings/proxy-servers/infra
Copy

Authentication

Authentication

This operation uses the following authentication methods.

Response

Response

Response Body

Response Body

200 OK

Returns WebProxyConfigListForNodes of type(s) application/json
{
	"results": [
		{
			"node_id": "IGHYRTROOHNAMA123",
			"web_nick_name": "AWS web Proxy",
			"web_proxy_id": "web-proxy-er67ght8kn67"
		}
	]
}
results Optional
Errors

Errors

ApiError
401

Unauthorized


ApiError
404

Not Found


500

Internal Error

Code Samples

Code Samples

cURL Command

curl https://vrni.example.com/api/ni/settings/proxy-servers/infra


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

Was this page helpful?