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