List blueprint-instances
GET /blueprint-instances
A deployed instance of a Blueprint. Tracks which blueprint was used, the resolved param values, the resulting cloud-instance, and its lifecycle status.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Query Parameters
Section titled “Query Parameters ”Strapi REST filter syntax
object
Responses
Section titled “ Responses ”OK
object
object
Resolved parameter values used when rendering the blueprint template, e.g. {“region”: “eu-central-1”, “size”: “cx21”}.
Per-resource progress array: [{resource_id, resource_type, name, status: ‘pending’|‘provisioning’|‘ready’|‘failed’, provider, region, cost_estimate_usd, error_msg?}]
Sum of all resource cost estimates in USD/month.
Total number of resources in this blueprint instance.
Number of resources in ‘ready’ state.
Number of resources in ‘failed’ state.
(ready + failed) / resource_count * 100
object
object
Missing or invalid authentication
Not authorized (tenant scope or capability)