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": "1000:104:12213212",
"entity_type": "string"
}
],
"total_count": 1
}
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