v1

latestOpenAPI 3.0.02026-07-14161138164.1 KB
Infrastructure

List nodes

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

get/infra/nodes

Response

OK

total_countinteger

Example response

{
  "results": [
    {
      "id": "1000:104:12213212"
    }
  ],
  "total_count": 1
}