Get Blueprint Plan Using GET 1
Returns request plan
Request
URI
GET
https://{api_host}//cava-s-182-041.eng.vmware.com/blueprint/api/blueprint-requests/{requestId}/plan
COPY
Path Parameters
string
requestId
Required
requestId
Query Parameters
string
apiVersion
Optional
The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /blueprint/api/about
boolean
expand
Optional
Detailed plan
Responses
200
OK
Returns BlueprintPlan of type(s) application/json
{
"tasks": [
{
"dependsOnTasks": [
"string"
],
"name": "string",
"resourceName": "string",
"resourceReason": "string",
"resourceType": "string"
}
]
}
object
inputProperties
Optional
Blueprint plan input properties
object
outputProperties
Optional
Blueprint plan output properties
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
Blueprint Requests Operations
POST
Cancel Blueprint Request Using POST
POST
Create Blueprint Request Using POST 1
DELETE
Delete Blueprint Request Using DELETE 1
GET
Get Blueprint Plan Using GET 1
GET
Get Blueprint Request Using GET 1
GET
Get Blueprint Resources Plan Using GET 1
GET
List Blueprint Requests Using GET 1