POST /katello/api/organizations/114267492/environments { "environment": { "name": "dev env", "label": "dev_env", "description": "This environment is for development.", "prior": 562075838 } } 204
Param name | Description |
---|---|
organization_id
required |
name of organization Validations:
|
name
required |
name of the environment Validations:
|
label
optional |
label of the environment Validations:
|
description
optional |
description of the environment Validations:
|
registry_name_pattern
optional |
pattern for container image names Validations:
|
registry_unauthenticated_pull
optional |
allow unauthenticed pull of container images Validations:
|
prior_id
required |
ID of an environment that is prior to the new environment in the chain. It has to be either the ID of Library or the ID of an environment at the end of a chain. Validations:
|