Get Blueprint Resources Plan Using GET 1
Returns request plan
Request
URI
GET
https://{api_host}/blueprint/api/blueprint-requests/{requestId}/plan
COPY
Path Parameters
string
requestId
Required
requestId
Query Parameters
boolean
expand
Optional
Detailed plan
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
BlueprintPlan
of type(s)
application/json
{
"inputProperties": {
"inputProperties": {}
},
"outputProperties": {
"outputProperties": {}
},
"tasks": [
{
"dependsOnTasks": [
"string"
],
"inputProperties": {
"inputProperties": {}
},
"name": "string",
"resourceName": "string",
"resourceReason": "string",
"resourceType": "string"
}
]
}
object
inputProperties
Optional
Blueprint plan input properties
object
outputProperties
Optional
Blueprint plan output properties
array of
object
tasks
Optional
Blueprint plan tasks
401
Unauthorized
Operation doesn't return any data structure
403
Forbidden
Operation doesn't return any data structure
404
Not Found
Operation doesn't return any data structure
Code Samples
COPY
curl -H 'Authorization: <value>' https://{api_host}/blueprint/api/blueprint-requests/{requestId}/plan
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