{ "opencollection": "1.0.0", "info": { "name": "APIs.io Engineering Platform Amazon API Gateway 2014 11 13 Logpush Jobs for an Account API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Logpush Jobs for an Account", "type": "folder" }, "items": [ { "info": { "name": "APIs.io Engineering Platform List fields", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/logpush/datasets/:dataset_id/fields", "params": [ { "name": "dataset_id", "value": "gateway_dns", "type": "path" }, { "name": "account_id", "value": "", "type": "path" } ] }, "docs": "Lists all fields available for a dataset. The response result is an object with key-value pairs, where keys are field names, and values are descriptions." }, { "info": { "name": "APIs.io Engineering Platform List Logpush jobs for a dataset", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/logpush/datasets/:dataset_id/jobs", "params": [ { "name": "dataset_id", "value": "gateway_dns", "type": "path" }, { "name": "account_id", "value": "", "type": "path" } ] }, "docs": "Lists Logpush jobs for an account for a dataset." }, { "info": { "name": "APIs.io Engineering Platform List Logpush jobs", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/logpush/jobs", "params": [ { "name": "account_id", "value": "", "type": "path" } ] }, "docs": "Lists Logpush jobs for an account." }, { "info": { "name": "APIs.io Engineering Platform Create Logpush job", "type": "http" }, "http": { "method": "POST", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/logpush/jobs", "params": [ { "name": "account_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new Logpush job for an account." }, { "info": { "name": "APIs.io Engineering Platform Get Logpush job details", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/logpush/jobs/:job_id", "params": [ { "name": "job_id", "value": "", "type": "path" }, { "name": "account_id", "value": "", "type": "path" } ] }, "docs": "Gets the details of a Logpush job." }, { "info": { "name": "APIs.io Engineering Platform Update Logpush job", "type": "http" }, "http": { "method": "PUT", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/logpush/jobs/:job_id", "params": [ { "name": "job_id", "value": "", "type": "path" }, { "name": "account_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates a Logpush job." }, { "info": { "name": "APIs.io Engineering Platform Delete Logpush job", "type": "http" }, "http": { "method": "DELETE", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/logpush/jobs/:job_id", "params": [ { "name": "job_id", "value": "", "type": "path" }, { "name": "account_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Deletes a Logpush job." }, { "info": { "name": "APIs.io Engineering Platform Get ownership challenge", "type": "http" }, "http": { "method": "POST", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/logpush/ownership", "params": [ { "name": "account_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Gets a new ownership challenge sent to your destination." }, { "info": { "name": "APIs.io Engineering Platform Validate ownership challenge", "type": "http" }, "http": { "method": "POST", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/logpush/ownership/validate", "params": [ { "name": "account_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Validates ownership challenge of the destination." }, { "info": { "name": "APIs.io Engineering Platform Check destination exists", "type": "http" }, "http": { "method": "POST", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/logpush/validate/destination/exists", "params": [ { "name": "account_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Checks if there is an existing job with a destination." }, { "info": { "name": "APIs.io Engineering Platform Validate origin", "type": "http" }, "http": { "method": "POST", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/logpush/validate/origin", "params": [ { "name": "account_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Validates logpull origin with logpull_options." } ] } ], "bundled": true }