Authorizations
API key for authentication. Make sure to include the word apikey
, followed by a single space and then your token.
Example: apikey 1234$abcdef
Path Parameters
Project id
1
Region id
1
Container name
"my-container"
Response
OK
Container address
"some.example.com"
Container creation date
"2021-01-01T00:00:00Z"
Container deploy status
Container description
"My first container"
Container environment variables
{
"ENVIRONMENT_VARIABLE": "value 2",
"ENV_VAR": "value 1"
}
Container flavor
"250mCPU-512MiB"
Container image
"nginx:latest"
Enable/Disable api key authentication
false
Set to true if container is disabled
false
Container listening port
80
Container name
"nginx"
Container namespace
"default"
Image pull secret
"my-secret"
Container autoscaling
Source of the container, can be 'cloud' or 'iate'
"cloud"
Container status
"RUNNING"
Container status message
"Some container status"
Container timeout in seconds
5
Container's commands
"python3 app.py -m test"
Logging configuration
{
"destination_region_id": 1,
"enabled": true,
"retention_policy": { "period": 45 },
"topic_name": "my-log-name"
}