Create Blueprint Request Using POST
Creates a blueprint request
The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /blueprint/api/about
request
{
"blueprintId": "string",
"blueprintVersion": "string",
"cancelRequestedAt": "string",
"cancelRequestedBy": "string",
"content": "string",
"createdAt": "string",
"createdBy": "string",
"deploymentId": "string",
"deploymentName": "string",
"description": "string",
"destroy": false,
"failureMessage": "string",
"flowExecutionId": "string",
"flowId": "string",
"id": "string",
"ignoreDeleteFailures": false,
"orgId": "string",
"plan": false,
"projectId": "string",
"projectName": "string",
"reason": "string",
"requestTrackerId": "string",
"simulate": false,
"status": "string",
"updatedAt": "string",
"updatedBy": "string",
"validationMessages": [
{
"message": "string",
"path": "string",
"resourceName": "string",
"type": "string"
}
]
}
Blueprint Id
Blueprint version
Cancel request time
Cancel requested by
Blueprint YAML content
Created time
Created by
Existing deployment Id
Name for the new deployment
Description for the new request
Destroy existing deployment
Failure message
Flow execution Id
Flow Id
Object ID
Ignore delete failures in blueprint request
Blueprint request inputs
Org ID
Plan only without affecting existing deployment
Project ID
Project Name
Reason for requesting a blueprint
Request tracker Id
Simulate blueprint request with providers
Status
Updated time
Updated by
OK
{
"blueprintId": "string",
"blueprintVersion": "string",
"cancelRequestedAt": "string",
"cancelRequestedBy": "string",
"content": "string",
"createdAt": "string",
"createdBy": "string",
"deploymentId": "string",
"deploymentName": "string",
"description": "string",
"destroy": false,
"failureMessage": "string",
"flowExecutionId": "string",
"flowId": "string",
"id": "string",
"ignoreDeleteFailures": false,
"orgId": "string",
"plan": false,
"projectId": "string",
"projectName": "string",
"reason": "string",
"requestTrackerId": "string",
"simulate": false,
"status": "string",
"updatedAt": "string",
"updatedBy": "string",
"validationMessages": [
{
"message": "string",
"path": "string",
"resourceName": "string",
"type": "string"
}
]
}
Blueprint Id
Blueprint version
Cancel request time
Cancel requested by
Blueprint YAML content
Created time
Created by
Existing deployment Id
Name for the new deployment
Description for the new request
Destroy existing deployment
Failure message
Flow execution Id
Flow Id
Object ID
Ignore delete failures in blueprint request
Blueprint request inputs
Org ID
Plan only without affecting existing deployment
Project ID
Project Name
Reason for requesting a blueprint
Request tracker Id
Simulate blueprint request with providers
Status
Updated time
Updated by
Created
{
"blueprintId": "string",
"blueprintVersion": "string",
"cancelRequestedAt": "string",
"cancelRequestedBy": "string",
"content": "string",
"createdAt": "string",
"createdBy": "string",
"deploymentId": "string",
"deploymentName": "string",
"description": "string",
"destroy": false,
"failureMessage": "string",
"flowExecutionId": "string",
"flowId": "string",
"id": "string",
"ignoreDeleteFailures": false,
"orgId": "string",
"plan": false,
"projectId": "string",
"projectName": "string",
"reason": "string",
"requestTrackerId": "string",
"simulate": false,
"status": "string",
"updatedAt": "string",
"updatedBy": "string",
"validationMessages": [
{
"message": "string",
"path": "string",
"resourceName": "string",
"type": "string"
}
]
}
Blueprint Id
Blueprint version
Cancel request time
Cancel requested by
Blueprint YAML content
Created time
Created by
Existing deployment Id
Name for the new deployment
Description for the new request
Destroy existing deployment
Failure message
Flow execution Id
Flow Id
Object ID
Ignore delete failures in blueprint request
Blueprint request inputs
Org ID
Plan only without affecting existing deployment
Project ID
Project Name
Reason for requesting a blueprint
Request tracker Id
Simulate blueprint request with providers
Status
Updated time
Updated by
Unauthorized
Forbidden
Not Found