Create a new Blueprint.
post/midgard/v0.1/blueprint/type/{type}
Create a new project, environment or application blueprint.Request
Authorization
X-AT
header
apiKey
Path Parameters
type
string
project
Body
application/json
nameThe name for the blueprint.
string
REQUIRED
idAn existing project, environment or application ID from which to create a blueprint.
string
REQUIRED
artifactGroupIdThe group ID of an artifact set. Artifacts in this group matching the stack IDs will be added to this blueprint.
integer
includeArtifactsWhether to include artifacts or not.
boolean
includeMetadataWhether to include metadata values or not.
boolean
includeRepositoryWhether to include application respitory data or not.
boolean
Response
201Blueprint created successfully.
403User is not allowed to access this resource.
422Project, environment or application not found.
500Blueprint creation failed.
Shell cURL
shellShow schema
json