BlueprintRequest
BlueprintRequest
JSON Example
{
"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"
}
]
}
string As uuid As uuid
blueprintId
Optional
Blueprint Id
string
blueprintVersion
Optional
Blueprint version
string As date-time As date-time
cancelRequestedAt
Optional
Cancel request time
string
cancelRequestedBy
Optional
Cancel requested by
string
content
Optional
Blueprint YAML content
string As date-time As date-time
createdAt
Optional
Created time
string
createdBy
Optional
Created by
string
deploymentId
Optional
Existing deployment Id
string
deploymentName
Optional
Name for the new deployment
string
description
Optional
Description for the new request
boolean
destroy
Optional
Destroy existing deployment
string
failureMessage
Optional
Failure message
string
flowExecutionId
Optional
Flow execution Id
string
flowId
Optional
Flow Id
string
id
Optional
Object ID
boolean
ignoreDeleteFailures
Optional
Ignore delete failures in blueprint request
object
inputs
Optional
Blueprint request inputs
string
orgId
Optional
Org ID
boolean
plan
Optional
Plan only without affecting existing deployment
string
projectId
Optional
Project ID
string
projectName
Optional
Project Name
string
reason
Optional
Reason for requesting a blueprint
string
requestTrackerId
Optional
Request tracker Id
boolean
simulate
Optional
Simulate blueprint request with providers
string
status
Optional
Status
Possible values are : CREATED, STARTED, FINISHED, FAILED, CANCELLED,
string As date-time As date-time
updatedAt
Optional
Updated time
string
updatedBy
Optional
Updated by
Property Of
Parameter To