Get Proxy Node Details

These APIs are used to fetch all proxy nodes details. Proxy node id is required for adding data source.

Get Proxy Nodes List

Procedure
1. To fetch a list of proxy nodes, make a GET request as shown below.
GET https://operations-for-networks.example.com/api/ni/infra/nodes { "results": [ { "id": "10000:901:1575899868", "entity_type": "NODE" } ], "total_count": 1 }

Get Proxy Node Details

Procedure
1. To fetch proxy nodes details, make a GET request as shown below.
GET https://operations-for-networks.example.com/api/ni/infra/nodes/10000:901:1575899868 Response { "id": "10000:901:1575899868", "entity_type": "NODE", "node_type": "PROXY_VM", "node_id": "IPE97DK", "ip_address": "10.153.190.94" }