Blueprint Templates APIs
List of all cluster API endpoints within the Blueprint Templates category. Each endpoint provides specific functionality for integrating with cluster services.
POST Create a new blueprint template /blueprinttemplates/default/html GET Get the default HTML template for blueprints /blueprinttemplates/search GET Search templates (GET) with Elasticsearch query parameters /blueprinttemplates/search POST Search blueprint templates using request body /blueprinttemplates/stateui/html GET Get the state UI HTML page template /blueprinttemplates/{guid} DELETE Delete a blueprint template /blueprinttemplates/{guid} GET Get a blueprint template by GUID /blueprinttemplates/{guid} PUT Update a blueprint template using mutations (legacy endpoint) /blueprinttemplates/{guid}/revisions GET Get revision history for a blueprint template /blueprinttemplates/{guid}/revisions/{type} GET Get revision history for a specific file type in a blueprint template /blueprinttemplates/{guid}/{file} PUT Update a specific file within a blueprint template (e.g., reactroot) Back to API Categories Return to the main API categories page to browse other endpoints
