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