Get Blueprint Request Execution Using GET
Returns request execution details
Request
URI
GET
https://{api_host}/blueprint/api/blueprint-requests/{requestId}/execution
COPY
Path Parameters
string
requestId
Required
requestId
Query Parameters
boolean
expand
Optional
Detailed execution
string
apiVersion
Optional
The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /blueprint/api/about
Responses
200
OK
Returns
BlueprintExecution
of type(s)
application/json
{
"failureMessage": "string",
"inputProperties": {
"inputProperties": {}
},
"outputProperties": {
"outputProperties": {}
},
"status": "string",
"tasks": [
{
"dependsOnTasks": [
"string"
],
"failureMessage": "string",
"inputProperties": {
"inputProperties": {}
},
"outputProperties": {
"outputProperties": {}
},
"resourceName": "string",
"resourceType": "string",
"status": "string",
"taskName": "string"
}
]
}
string
failureMessage
Optional
Blueprint execution failure message
object
inputProperties
Optional
Blueprint execution input properties
object
outputProperties
Optional
Blueprint execution output properties
string
status
Optional
Blueprint execution status
Possible values are :
CREATED,
STARTED,
FINISHED,
FAILED,
CANCELLED,
array of
object
tasks
Optional
Blueprint execution tasks
Code Samples
COPY
curl -H 'Authorization: <value>' https://{api_host}/blueprint/api/blueprint-requests/{requestId}/execution
On This Page
Blueprint Requests Operations
GET
List Blueprint Requests Using GET
POST
Create Blueprint Request Using POST
DELETE
Delete Blueprint Request Using DELETE
GET
Get Blueprint Request Using GET
POST
Cancel Blueprint Request Using POST
GET
Get Blueprint Request Execution Using GET
GET
Get Blueprint Resources Plan Using GET 1
GET
Get Blueprint Resources Plan Using GET