Get a single environment
GET /api/v3/organizations/{organisation}/applications/{application}/environments/{environment}
Authorizations
Parameters
Path Parameters
The organisation ID
The application ID
The environment ID
Responses
200
The environment with runtime details
Environment response schema with runtime details
object
Environment name
productionEnvironment status
ACTIVENumber of running tasks
2Desired number of tasks
2Minimum capacity for autoscaling
1Maximum capacity for autoscaling
5Public IP address for SSH access
54.123.45.67Current deployment status. FAILED indicates the most recent deployment did not complete successfully.
COMPLETEDType of deployment failure when deploymentStatus is FAILED (e.g., ‘ECS_DEPLOYMENT_CIRCUIT_BREAKER’, ‘IMAGE_PULL_ERROR’)
IMAGE_PULL_ERRORHuman-readable explanation of why the deployment failed. Contains details such as wrong image architecture, missing image, or container startup errors.
CannotPullContainerError: pull image manifest has been retried 5 timesECS task definition details
object
ECS service details
object
Load balancer configuration
object
Security group configuration
object
Subnet configuration
object
VPC configuration
object
Container configurations
object
Persistent storage volumes
object
Scheduled cron jobs
object
ALB routing configuration
object
Creation timestamp
Last update timestamp
404
The environment not found