Environment
Environment
JSON Example
{
"initial": false,
"service": "https://openapi-generator.tech",
"name": "name",
"location": "us-west-2",
"id": "id",
"url": "https://openapi-generator.tech",
"enabled": true
}
string As ^urn:[a-zA-Z0-9][a-z0-9-]{0,31}:[a-zA-Z0-9()+,\-.:=@;$_!*'%\/?#]+$
id
Required
URN ID for coordinator. This is immutable.
string
name
Required
Display name.
string
location
Required
Region where the coordinator is installed.
Possible values are : us-west-2, eu-west-2, us-east-1, eu-central-1, eu-west-1, ap-northeast-1, ap-southeast-2,
string As uri As uri
url
Optional
External coordinator URI endpoint, configured on the Ingress resource. Empty if the coordinator is not reachable externally.
string As uri As uri
service
Optional
Internal coordinator URI endpoint, configured on the Service resource. Empty unless your role allows it.
boolean
enabled
Required
Whether the environment is currently enabled (it could, e.g., be under maintenance)
boolean
initial
Optional
Can this Environment be assigned to Organizations registering for the first time