{ "opencollection": "1.0.0", "info": { "name": "APIs.io Engineering Platform Amazon API Gateway 2014 11 13 Worker Tail Logs API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Worker Tail Logs", "type": "folder" }, "items": [ { "info": { "name": "APIs.io Engineering Platform List Tails", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/workers/scripts/:script_name/tails", "params": [ { "name": "script_name", "value": "", "type": "path" }, { "name": "account_id", "value": "", "type": "path" } ] }, "docs": "Get list of tails currently deployed on a Worker." }, { "info": { "name": "APIs.io Engineering Platform Start Tail", "type": "http" }, "http": { "method": "POST", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/workers/scripts/:script_name/tails", "params": [ { "name": "script_name", "value": "", "type": "path" }, { "name": "account_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Starts a tail that receives logs and exception from a Worker." }, { "info": { "name": "APIs.io Engineering Platform Delete Tail", "type": "http" }, "http": { "method": "DELETE", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/workers/scripts/:script_name/tails/:id", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "script_name", "value": "", "type": "path" }, { "name": "account_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Deletes a tail from a Worker." } ] } ], "bundled": true }