CreateEntAppEnv

Creates an environment for the user based on the specific Package and Snapshot. This request is for Enterprise users only.

Request URL

GET https://use.cloudshare.com/Api/v1/Env/CreateEntAppEnv?snapshotApiId=<snap_id>&usagePackageApiId=<pkg_id>&environmentNewName=<new_name>&campaignFilter=<campaign>&prototypeFilter=<prototype>&resourcePackageFilter=<respkg>&timestamp=<time_t>&UserApiId=<id>&HMAC=<signature>

Parameters

snapshotApiId The id for the snapshot to be used for the new environment.
Example: I5ADJ4VCMBTB
usagePackageApiId The id for the usage package to be used for the new environment
Example: PVSV2TWQQ2BA
environmentNewName
optional
Name for the new environment
campaignFilter
optional
Campaign name for the new environment
prototypeFilter
optional
A filter string for the prototype package name, to be applied to the searchExample: MyPrototype
resourcePackageFilter
optional
Resource package name for new environment

Response example

{
    "usagePackageApiId": "WEYHXD5MPRNB"
}

The response is the usage package id.


Code sample