POST /api/environments { "environment": { "name": "some_environment", "organization_ids": [ 114267492 ] } } 201 { "created_at": "2019-11-07 08:34:13 UTC", "updated_at": "2019-11-07 08:34:13 UTC", "name": "some_environment", "id": 687036938, "template_combinations": [], "puppetclasses": [], "locations": [], "organizations": [ { "id": 114267492, "name": "Empty Organization", "title": "Empty Organization", "description": null } ] }
Param name | Description |
---|---|
location_id optional |
Set the current location context for the request Validations:
|
organization_id optional |
Set the current organization context for the request Validations:
|
environment required |
Validations:
|
environment[name] required |
Validations:
|
environment[location_ids] optional , nil allowed |
REPLACE locations with given ids Validations:
|
environment[organization_ids] optional , nil allowed |
REPLACE organizations with given ids. Validations:
|