[{"label":"Latest (6.4.0)","version":"latest"}]
vrealize-network-insight-api
Get Node
DescriptionGet 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
URLURL
https://vrni.example.com/api/ni/infra/nodes/{id}
Path Parameters
Path Parameters
string
id
Required
The Entity ID of object requestion information on
Authentication
This operation uses the following authentication methods.
Response
Response
Response BodyResponse 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"
}
string
id
Optional
string
ip_address
Optional
string
name
Optional
string
node_id
Optional
string
node_type
Optional
Possible values are: PROXY_VM , PLATFORM_VM
Errors
401
Unauthorized
403
Forbidden
404
Not Found
500
Internal Error
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
On This Page
Infrastructure Operations
delete
get
get
post