EntAppTakeSnapshotToNewBlueprint

Take a snapshot of the specified environment and save it as part of a new blueprint.

Request URL

GET https://use.cloudshare.com/Api/v2/Env/EntAppTakeSnapshotToNewBlueprint?envId=<envId>&snapshotName=<snap_name>&description=<desc>&newBlueprintName=<blueprint>&token=<token>&timestamp=<time>&UserApiId=<id>&HMAC=<signature>

Parameters

envId The id of the environment
Example: LB4IUA1HFT4B
snapshotName The name to be assigned to the snapshot
Example: myNewSnapshot
description
optional
A description to be applied to the snapshot
Example: ‘A new Snapshot’
newBlueprintName The name of the new Blueprint.
Example: myNewBlueprint

Response example

{
    "data": {
        "envId": "HA0VLW3GJ0PA"
    },
    "remaining__calls": 99974,
    "status_additional_data": null,
    "status_code": "0x20000",
    "status_text": "Success"
}