Create an environment without machines.
Request URL
GET https://use.cloudshare.com/API/v2/Env/CreateEmptyEntAppEnv?envName=<name>&projectName=<project>&description=<desc>&UserApiId=<id>&token=<token>×tamp=<time>&HMAC=<signature>
Parameters
| envName | Environment name |
| projectName | Project name |
| description | Description of new environment |
Response example
{
"data": {
"successMessage": "Environment Linux2 is being created"
},
"remaining__calls": 99984,
"status_additional_data": null,
"status_code": "0x20000",
"status_text": "Success"
}