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

Get Web Proxies

Description

List of configured web proxy servers. Only admin and audit users can retrieve this information.

Request

Request

URL

URL


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

Authentication

Authentication

This operation uses the following authentication methods.

Response

Response

Response Body

Response Body

200 OK

Returns ProxyListResponse of type(s) application/json
{
	"results": [
		{
			"auth_type": "Basic/NTLM",
			"connected_entities": 3,
			"is_modifiable": false,
			"nick_name": "AWS web Proxy",
			"proxy_id": "web-proxy-er67ght8kn67",
			"proxy_type": "HTTPS/HTTP",
			"target_ip": "10.11.11.102",
			"target_port": 161,
			"use_credentials": false,
			"user_name": "admin"
		}
	]
}
array of ProxyResponse
results Optional
Errors

Errors

ApiError
400

Bad Request


ApiError
401

Unauthorized


ApiError
403

Forbidden


ApiError
404

Not Found


ApiError
500

Internal Error

Code Samples

Code Samples

cURL Command

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


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

Was this page helpful?