# 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 |
identificatore organizzazione Validations:
|
library Optional |
imposta su vero se desideri visualizzare solo gli ambienti libreria Validations:
|
name Optional |
filtra solo gli ambienti con questo nome Validations:
|
Param Name | Description |
---|---|
id Required |
ID dell'ambiente Validations:
|
organization_id Optional |
ID dell'organizzazione Validations:
|
Param Name | Description |
---|---|
organization_id Required |
nome organizzazione Validations:
|
name Required |
nome dell'ambiente Validations:
|
label Optional |
etichetta dell'ambiente Validations:
|
description Optional |
descrizione dell'ambiente 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 dell'ambiente Validations:
|
organization_id Optional |
nome dell'organizzazione Validations:
|
new_name Optional |
nuovo nome da conferire all'ambiente Validations:
|
description Optional |
descrizione dell'ambiente Validations:
|
Param Name | Description |
---|---|
id Required |
ID dell'ambiente Validations:
|
organization_id Optional |
identificatore organizzazione Validations:
|
Param Name | Description |
---|---|
organization_id Optional |
identificatore organizzazione Validations:
|
permission_type Optional |
The associated permission type. One of (readable | promotable) Default: readable Validations:
|
Param Name | Description |
---|---|
id Optional |
identificatore ambiente Validations:
|
organization_id Optional |
identificatore organizzazione Validations:
|
content_view_id Optional |
indentificatore visualizzazione del contenuto Validations:
|