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/v2/Env/CreateEntAppEnv?environmentPolicyId=<policy>&snapshotId=<snapshot>&environmentNewName=<name>&projectFilter=<projfilter>&blueprintFilter=<bpfilter>&environmentPolicyFilter=<envpol>&token=<token>&timestamp=<time>&UserApiId=<id>&HMAC=<signature>

Parameters

environmentPolicyId the id of the environment policy for the new environment.
snapshotId the id of the snapshot for the new environment.
environmentNewName the name for the new environment.
projectFilter The project name to filter for.
Example: Project1
blueprintFilter The blueprint name to filter for .
Example: Blueprint1
environmentPolicyFilter The environment policy name to filter for.
Example: Blueprint1

Response example

{
    "data": {
        "environmentPolicyId": "JHGNJFQS4MOA"
    },
    "remaining__calls": 99992,
    "status_additional_data": null,
    "status_code": "0x20000",
    "status_text": "Success"
}