{ "opencollection": "1.0.0", "info": { "name": "Amazon ECS Amazon Elastic Container Service (ECS) Capacity Providers Container Instances API", "version": "3.1" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Container Instances", "type": "folder" }, "items": [ { "info": { "name": "Amazon Ecs Describe Container Instances", "type": "http" }, "http": { "method": "POST", "url": "https://ecs.{region}.amazonaws.com/#X-Amz-Target=AmazonEC2ContainerServiceV20141113.DescribeContainerInstances", "headers": [ { "name": "X-Amz-Target", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Describes Amazon ECS container instances in a cluster." }, { "info": { "name": "Amazon Ecs List Container Instances", "type": "http" }, "http": { "method": "POST", "url": "https://ecs.{region}.amazonaws.com/#X-Amz-Target=AmazonEC2ContainerServiceV20141113.ListContainerInstances", "headers": [ { "name": "X-Amz-Target", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Returns a list of container instances in a specified cluster." } ] } ], "bundled": true }