List Expanded Nodes

List Expanded Nodes

Get list of infrastructure nodes with all details. Only admin users can retrieve this information.

Request
URI
GET
https://{api_host}/api/ni/infra/expanded-nodes
COPY
Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns ExpandedNodeListResult of type(s) application/json
{
    "results": [
        {
            "id": "10000:901:54535703518889415",
            "entity_type": "NODE",
            "node_type": "PROXY_VM",
            "node_id": "I8T7CR167RJRVY1FAY74HYFDCZ",
            "ip_address": "10.220.232.214",
            "name": "Collector_10.220.232.214",
            "is_physical_flow_collector": false,
            "version": "6.10.0.1668532499",
            "health": {
                "health_status": "HEALTHY",
                "health_details": [
                    {
                        "message": "SUCCEEDED",
                        "code": "0"
                    }
                ]
            },
            "registered_timestamp": 1667887284891,
            "last_updated_timestamp": 1668156689312
        }
    ],
    "total_count": 1
}
array of object
results
Optional

results

integer
total_count
Optional

total_count


401

Unauthorized

Operation doesn't return any data structure

403

Forbidden

Operation doesn't return any data structure

500

Internal Error

Operation doesn't return any data structure

Code Samples
COPY
                    curl -H 'Authorization: <value>' https://{api_host}/api/ni/infra/expanded-nodes