{ "opencollection": "1.0.0", "info": { "name": "Amazon Fargate Account Settings Tasks API", "version": "2014-11-13" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Tasks", "type": "folder" }, "items": [ { "info": { "name": "Amazon Fargate Run a Task", "type": "http" }, "http": { "method": "POST", "url": "https://ecs.{region}.amazonaws.com/#RunTask", "body": { "type": "json", "data": "{}" } }, "docs": "Starts a new task using the specified task definition on Fargate launch type. You can run tasks on Fargate using the awsvpc network mode." }, { "info": { "name": "Amazon Fargate Stop a Task", "type": "http" }, "http": { "method": "POST", "url": "https://ecs.{region}.amazonaws.com/#StopTask", "body": { "type": "json", "data": "{}" } }, "docs": "Stops a running task. Any tags associated with the task will be deleted automatically." }, { "info": { "name": "Amazon Fargate Describe Tasks", "type": "http" }, "http": { "method": "POST", "url": "https://ecs.{region}.amazonaws.com/#DescribeTasks", "body": { "type": "json", "data": "{}" } }, "docs": "Describes a specified task or tasks. Returns the full description of the task including container details, task definition, network configuration, and current status." }, { "info": { "name": "Amazon Fargate List Tasks", "type": "http" }, "http": { "method": "POST", "url": "https://ecs.{region}.amazonaws.com/#ListTasks", "body": { "type": "json", "data": "{}" } }, "docs": "Returns a list of tasks for a specified cluster. You can filter the results by family name, by a particular container instance, by launch type, or by a desired status." } ] } ], "bundled": true }