Skip to main content
Version: 2024.1

Blueprint Identifier

Description

Gets details and available actions for a particular public blueprint associated with the user's domain.

URL

http://{CloudShell Sandbox API Gateway IP address}:{port#}/api/v2/blueprints/{blueprint_identifier}

ParameterDescription/Comments
blueprint_identifierThe name or id of the blueprint (string). Can be retrieved via blueprints.

HTTP method

GET

Request

Headers

Example header format for the blueprint identifier method:

Authorization: Basic <authorization token returned from the login method>

Content-Type: application/json

Response

Response example

The example response of the blueprint identifier method is similar to that of the blueprints method. However, in this case the output properties are displayed for a particular blueprint (as opposed to multiple ones), and includes any published blueprint and resource input parameters. The API can call a blueprint by name or ID.