Installations
Installation/deployment configuration.
Fields
| Field | Type | Required | Version | Description |
|---|---|---|---|---|
name |
string | Yes | 1.1 | Installation name |
description |
string | No | 1.1 | Installation description |
Example
{
"name": "production-eu-west",
"description": "Production environment - EU West region"
}
Example - Multiple Installations
[
{
"name": "production-eu-west",
"description": "Production environment - EU West region"
},
{
"name": "production-eu-north",
"description": "Production environment - EU North region"
},
{
"name": "staging",
"description": "Staging environment for testing"
}
]