POST api/v1/environments
Create environment
Request Information
URI Parameters
None.
Body Parameters
request
CreateEnvironmentV1Request| Name | Description | Type | Additional information |
|---|---|---|---|
| Name |
Name |
string |
Required Example value: Connected Max length: 64 |
Request Formats
application/json
Sample:
{
"Name": "Connected"
}
Response Information
Resource Description
Create a new environment
CreateEnvironmentV1Response| Name | Description | Type | Additional information |
|---|---|---|---|
| EnvironmentId |
Environment Id |
universally unique identifier |
Required Example value: 50c43886-9774-4597-813e-a81ebe22c719 |
| Location |
Location of created environment |
URI |
Required Data type: Url Example value: https://api.bluefox.cdab.nl/api/v1/environments/50C43886-9774-4597-813E-A81EBE22C719 |
Response Formats
application/json
Sample:
{
"EnvironmentId": "50c43886-9774-4597-813e-a81ebe22c719",
"Location": "https://api.bluefox.cdab.nl:443/api/v1/environments/50C43886-9774-4597-813E-A81EBE22C719"
}