Take a snapshot of the specified environment and save it as part of an existing Blueprint (but not the current one).
Request URL
GET https://use.cloudshare.com/Api/v2/Env/EntAppTakeSnapshotToExistingBlueprint?envId=<envId>&snapshotName=<snap>&description=<desc>&setAsDefault=<def>&otherBlueprintId=<otherblueprint>&UserApiId=<id>&token=<token>×tamp=<time>&HMAC=<signature>
Parameters
envId | The id of the environment Example: LB4IUA1HFT4B |
snapshotName | A name to be assigned to the snapshot Example: myNewSnapshot |
description optional |
Description of the snapshot |
setAsDefault | Flag indicating whether the snapshot is to be set as default Values: true/false |
otherBlueprintId | The id of the Blueprint to which the snapshot is to be assigned. Example: UGK0MB1B0VRB |
Response example
{ "data": { "envId": "HA0VLW3GJ0PA" }, "remaining__calls": 99955, "status_additional_data": null, "status_code": "0x20000", "status_text": "Success" }