Blueprints APIs
List of all cluster API endpoints within the Blueprints
category. Each endpoint provides specific functionality for integrating with cluster services.
GET
Search blueprints with permission-based filtering
/blueprints/search POST
Search blueprints with advanced filtering and permission-based access
/blueprints/{guid} GET
Get blueprint by GUID or short_id with Redis caching and permission checks
/blueprints/{guid} DELETE
Delete a blueprint and log the change
/blueprints POST
Create a new blueprint with auto-generated short_id and change tracking
/blueprints/tests/{guid} GET
Get test results for a blueprint
/blueprints/restore POST
Restore a previously deleted blueprint
/blueprints/deploys GET
Get deployment status and information
/blueprints/production POST
Deploy a blueprint to production environment
/blueprints/simulating POST
Start simulating a blueprint for testing
/blueprints/mail POST
Handle incoming mail events for blueprints (public webhook endpoint)
Back to API Categories Return to the main API categories page to browse other endpoints