Get container
Get detailed information about a specific container.
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
^[a-zA-Z0-9][a-zA-Z0-9.-]+[a-zA-Z0-9]$"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
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