Get Blueprint Resources Plan Using GET

Get Blueprint Resources Plan Using GET

Returns request resources plan

Request
URI
GET
https://{api_host}/blueprint/api/blueprint-requests/{requestId}/resources-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


Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns BlueprintResourcesPlan of type(s) application/json
{
    "resources": [
        {
            "dependsOnResources": [
                "string"
            ],
            "newProperties": {
                "newProperties": {}
            },
            "oldProperties": {
                "oldProperties": {}
            },
            "resourceName": "string",
            "resourceReason": "string",
            "resourceType": "string",
            "taskNames": [
                "string"
            ]
        }
    ]
}
array of object
resources
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}/resources-plan