List node definitions
GET
Returns node definitions for the authenticated environment as an array of Node definition objects.
Returns
- An array of Node definition objects
Response
200 OK
[
{
"node_id": 42,
"name": "Order Service",
"type": "service",
"type_id": 7,
"system": "Production",
"system_type": "cluster",
"system_type_id": 3,
"creation_timestamp": 1763035200000,
"labels": [],
"meta": {
"atom_id": "atom-1"
},
"metrics": [
{
"id": "3ef542f1-2c80-4c83-ae06-8741857ed78a",
"name": "cpu_usage",
"display_name": "CPU Usage",
"aggregation": "avg",
"node_aggregation": "avg",
"unit_type": "percent",
"labels": [],
"learning_status": 0
}
]
}
]
Errors
401: unauthorized403: forbidden