v1
latestOpenAPI 3.0.02026-07-1774355.5 KBGet information about nodes
get/v0.7.0/nodes
Query parameters
namestring
Filter nodes by name
infrastructurestring
Filter nodes by infrastructure
tagsstring[]
Filter nodes by tag
{"stackTrail":"paths:/v0.7.0/nodes:get:parameters:3:schema","oasType":"schema","type":"unknown"}
Get list of object names instead of full objects
{"stackTrail":"paths:/v0.7.0/nodes:get:parameters:4:schema","oasType":"schema","type":"unknown"}
Fold expandable objects
{"stackTrail":"paths:/v0.7.0/nodes:get:parameters:5:schema","oasType":"schema","type":"unknown"}
Report object types in YAML dumps
format'yaml' | 'json'
Select output format
Response
successful operation
Example response
[
{
"infrastructure": {
"description": "HPC cluster",
"layout": [
{
"misc": [],
"network": [],
"nodes": [],
"rack": "A[01-10]",
"storage": [],
"tags": [
"compute"
]
}
],
"name": "mercury",
"tags": [
"hpc"
]
},
"name": "cn[001-0040]",
"rack": "A[01-10]",
"slot": 10,
"tags": [
"compute",
"standard"
],
"type": "server"
}
]