# Description
An environment is a basic organization structure that groups systems, products, repositories, etc. Every system belongs to one environment and it's isolated inside so that it can see only content that is in its environment.
## Chains
Environments are ordered into chains and their content (propducts, repositories, tempaltes, packages) can be moved to an environment only from its prior environment. You can have for example chain like:
Library -> Development -> Testing -> Production
Each change in an environment is done through a changeset in an action called promotion.
## Library
Library is a special environment that has no ascendant: All the content starts in this environment. More chains can start from the library environment but no further branching of a chain is enabled.
Param Name | Description |
---|---|
organization_id Required |
identifiant de l'organisation Validations:
|
library Optional |
définir comme vrai si vous souhaitez voir les environnements de bibliothèque uniquement Validations:
|
name Optional |
filtrer uniquement les environnements contenant ce nom Validations:
|
Param Name | Description |
---|---|
id Required |
ID de l'environnement Validations:
|
organization_id Optional |
ID de l'organisation Validations:
|
Param Name | Description |
---|---|
organization_id Required |
nom de l'organisation Validations:
|
name Required |
nom de l'environnement Validations:
|
label Optional |
étiquette de l'environnement Validations:
|
description Optional |
description de l'environnement 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:
|
Param Name | Description |
---|---|
id Required |
ID de l'environnement Validations:
|
organization_id Optional |
nom de l'organisation Validations:
|
new_name Optional |
nouveau nom à donner à l'environnement Validations:
|
description Optional |
description de l'environnement Validations:
|
Param Name | Description |
---|---|
id Required |
ID de l'environnement Validations:
|
organization_id Optional |
identifiant de l'organisation Validations:
|
Param Name | Description |
---|---|
organization_id Optional |
identifiant de l'organisation Validations:
|
permission_type Optional |
The associated permission type. One of (readable | promotable) Default: readable Validations:
|
Param Name | Description |
---|---|
id Optional |
identifiant d'environnement Validations:
|
organization_id Optional |
identifiant de l'organisation Validations:
|
content_view_id Optional |
identifiant d'affichage du contenu Validations:
|