Get Blueprint Resources Plan Using GET
Returns request resources plan
Request
URI
GET
https://{api_host}//api.mgmt.cloud.vmware.com/blueprint/api/blueprint-requests/{requestId}/resources-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 BlueprintResourcesPlan of type(s) application/json
{
"resources": [
{
"dependsOnResources": [
"string"
],
"resourceName": "string",
"resourceReason": "string",
"resourceType": "string",
"taskNames": [
"string"
]
}
]
}
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
Action Blueprint Request Using POST
POST
Create Blueprint Request Using POST
DELETE
Delete Blueprint Request Using DELETE
GET
Get Blueprint Plan Using GET
GET
Get Blueprint Request Using GET
GET
Get Blueprint Resources Plan Using GET
GET
List Blueprint Requests Using GET