rest/blueprint resource Resources for creating, editing, and deleting blueprints Create a blueprintThis command creates a blueprint from the supplied JSON string.Delete a blueprintEstimate the cost for a blueprint in the cloudThis command estimates the running cost of the blueprint in the selected cloud.Get a configuration fileThis command returns a JSON representation of a specific version of a configuration file. You specify the configuration file in the Location header.Get a specific version of a blueprintThe contents of the blueprint can be returned as either plain text or JSON depending on the "Accept" header. By default, JSON is returned.Get a unique environment nameThis command checks that an environment name is not already in use. If the specified name is in use, the command returns a similar unique name.Get the contents of a blueprintThis command returns the contents of the blueprint in either plain text or JSON depending on the "Accept" header. By default, it returns plain text.List all blueprint resourcesThis command returns a list of blueprints.List blueprintsThis command lists all blueprints that you have access to.List configuration files for a blueprintList configuration files for a blueprint and the specified cloudList the blueprints that refer to an applicationList the environments that are provisioned from a blueprintList the outputs of a blueprintUse the URL query parameter "t=UC::Blueprint::name" to specify the blueprint. To specify multiple blueprints, separate additional query parameters with an ampersand (&).List the parameters required to provision a blueprintList the parameters required to provision a blueprint with a configuration and common configuration fileList the parameters required to provision a blueprint with a configuration fileList the versions of a blueprintList the versions of a configuration fileProvision a blueprintThis command provisions a blueprint to the cloud along with the parameters in the submitted JSON string.Update a blueprintThis command updates a blueprint from the supplied JSON string. The JSON string must include the contents of the blueprint in the "document" attribute.Update an environmentThis command updates an environment by applying a blueprint to it.Validate a blueprintThis command validates a blueprint with the parameters in a JSON string to ensure that the blueprint will deploy correctly.Parent topic: REST commands for the blueprint design server