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

Get Connected Clients To Web Proxy

Description

Get details of connected clients to Web Proxy Server. Only admin and audit users can perform this action.

Request

Request

URL

URL


get
https://vrni.example.com/api/ni/settings/proxy-servers/{id}/connected-clients
Copy

Path Parameters

Path Parameters

string
id Required

The Entity ID of object requestion information on


Authentication

Authentication

This operation uses the following authentication methods.

Response

Response

Response Body

Response Body

200 OK

Returns EntityUsingOrBehindWebProxyList of type(s) application/json
{
	"results": [
		{
			"entity_id": "10000:1:15332641552",
			"entity_type": "DataSource",
			"identifier": "10.98.101.59",
			"name": "vcenter"
		}
	]
}
results Optional
Errors

Errors

ApiError
401

Unauthorized


ApiError
404

Not Found


ApiError
500

Internal Error

Code Samples

Code Samples

cURL Command

curl https://vrni.example.com/api/ni/settings/proxy-servers/{id}/connected-clients


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

Was this page helpful?