managed_blueprints_available_list
GET/managed/blueprints/available/
Get blueprints
Responses
- 200
- 400
- 403
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
path stringrequired
last_m date-timerequired
hash stringrequired
meta
object
required
Serializer for blueprint metadata
name stringrequired
labels objectrequired
[
{
"path": "string",
"last_m": "2024-09-27T14:26:18.292Z",
"hash": "string",
"meta": {
"name": "string",
"labels": {}
}
}
]
- application/json
- Schema
- Example (from schema)
Schema
non_field_errors string[]
code string
{
"non_field_errors": [
"string"
],
"code": "string"
}
- application/json
- Schema
- Example (from schema)
Schema
detail stringrequired
code string
{
"detail": "string",
"code": "string"
}
Loading...