Get Node

Get Node

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
URI
GET
https://vrni.example.com/api/ni/infra/nodes/{id}
COPY
Path Parameters
string
id
Required

The Entity ID of object requestion information on


Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns Node of type(s) application/json
{
    "id": "string",
    "entity_type": "string",
    "node_type": "string",
    "node_id": "string",
    "ip_address": "string",
    "name": "string"
}
string
id
Optional

id

entity_type
Optional

entity_type

string
node_type
Optional

node_type

Possible values are : PROXY_VM, PLATFORM_VM,
string
node_id
Optional

node_id

string
ip_address
Optional

ip_address

string
name
Optional

name


401

Unauthorized

Operation doesn't return any data structure

403

Forbidden

Operation doesn't return any data structure

404

Not Found

Operation doesn't return any data structure

500

Internal Error

Operation doesn't return any data structure