List Nodes
Get list of infrastructure nodes. Only admin users can retrieve this information.
Request
URI
GET
https://{api_host}/api/ni/infra/nodes
COPY
Responses
200
OK
Returns
NodeListResult
of type(s)
application/json
{
"results": [
{
"id": "18230:901:1585583463",
"entity_type": "NODE"
},
{
"id": "18230:901:1706494033",
"entity_type": "NODE"
}
],
"total_count": 2
}
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/nodes