Amazon ECS · Example Payload

Amazon Ecs Container Example

AmazonAwsContainersDockerEcsOrchestration

Amazon Ecs Container Example is an example object payload from Amazon ECS, with 17 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

containerArntaskArnnameimageimageDigestruntimeIdlastStatusexitCodereasonhealthStatuscpumemorymemoryReservationgpuIdsnetworkBindingsnetworkInterfacesmanagedAgents

Example Payload

Raw ↑
{
  "containerArn": "example_value",
  "taskArn": "example_value",
  "name": "Example Title",
  "image": "example_value",
  "imageDigest": "example_value",
  "runtimeId": "500123",
  "lastStatus": "example_value",
  "exitCode": 10,
  "reason": "example_value",
  "healthStatus": "example_value",
  "cpu": "example_value",
  "memory": "example_value",
  "memoryReservation": "example_value",
  "gpuIds": [],
  "networkBindings": [],
  "networkInterfaces": [],
  "managedAgents": []
}