List Nodes

List Nodes

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

Request
URI
GET
https://vrni.example.com/api/ni/infra/nodes
COPY
Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns NodeListResult of type(s) application/json
{
    "results": [
        {
            "id": "1000:104:12213212",
            "entity_type": "string"
        }
    ],
    "total_count": 1
}
array of NodeId
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