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

Get Node

Description

Get details of infrastructure nodes. Only admin users can get this information. The proxy id is required for adding a data source for selecting appropriate proxy node to add the data source.

Request

Request

URL

URL


get
https://vrni.example.com/api/ni/infra/nodes/{id}
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 Node of type(s) application/json
{
	"entity_type": "Node",
	"id": "string",
	"ip_address": "string",
	"name": "string",
	"node_id": "string",
	"node_type": "PROXY_VM"
}
entity_type Optional

Possible values are: Node


string
id Optional

string
ip_address Optional

string
name Optional

string
node_id Optional

string
node_type Optional

Possible values are: PROXY_VMPLATFORM_VM

Errors

Errors

401

Unauthorized


403

Forbidden


404

Not Found


500

Internal Error

Code Samples

Code Samples

cURL Command

curl https://vrni.example.com/api/ni/infra/nodes/{id}


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

Was this page helpful?