{ "opencollection": "1.0.0", "info": { "name": "APIs.io Engineering Platform Amazon API Gateway 2014 11 13 Web Analytics API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Web Analytics", "type": "folder" }, "items": [ { "info": { "name": "APIs.io Engineering Platform Create a Web Analytics site", "type": "http" }, "http": { "method": "POST", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/rum/site_info", "params": [ { "name": "account_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new Web Analytics site." }, { "info": { "name": "APIs.io Engineering Platform Get a Web Analytics site", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/rum/site_info/:site_id", "params": [ { "name": "account_id", "value": "", "type": "path" }, { "name": "site_id", "value": "", "type": "path" } ] }, "docs": "Retrieves a Web Analytics site." }, { "info": { "name": "APIs.io Engineering Platform Update a Web Analytics site", "type": "http" }, "http": { "method": "PUT", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/rum/site_info/:site_id", "params": [ { "name": "account_id", "value": "", "type": "path" }, { "name": "site_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates an existing Web Analytics site." }, { "info": { "name": "APIs.io Engineering Platform Delete a Web Analytics site", "type": "http" }, "http": { "method": "DELETE", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/rum/site_info/:site_id", "params": [ { "name": "account_id", "value": "", "type": "path" }, { "name": "site_id", "value": "", "type": "path" } ] }, "docs": "Deletes an existing Web Analytics site." }, { "info": { "name": "APIs.io Engineering Platform List Web Analytics sites", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/rum/site_info/list", "params": [ { "name": "account_id", "value": "", "type": "path" }, { "name": "per_page", "value": "", "type": "query" }, { "name": "page", "value": "", "type": "query" }, { "name": "order_by", "value": "", "type": "query" } ] }, "docs": "Lists all Web Analytics sites of an account." }, { "info": { "name": "APIs.io Engineering Platform Create a Web Analytics rule", "type": "http" }, "http": { "method": "POST", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/rum/v2/:ruleset_id/rule", "params": [ { "name": "account_id", "value": "", "type": "path" }, { "name": "ruleset_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new rule in a Web Analytics ruleset." }, { "info": { "name": "APIs.io Engineering Platform Update a Web Analytics rule", "type": "http" }, "http": { "method": "PUT", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/rum/v2/:ruleset_id/rule/:rule_id", "params": [ { "name": "account_id", "value": "", "type": "path" }, { "name": "ruleset_id", "value": "", "type": "path" }, { "name": "rule_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates a rule in a Web Analytics ruleset." }, { "info": { "name": "APIs.io Engineering Platform Delete a Web Analytics rule", "type": "http" }, "http": { "method": "DELETE", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/rum/v2/:ruleset_id/rule/:rule_id", "params": [ { "name": "account_id", "value": "", "type": "path" }, { "name": "ruleset_id", "value": "", "type": "path" }, { "name": "rule_id", "value": "", "type": "path" } ] }, "docs": "Deletes an existing rule from a Web Analytics ruleset." }, { "info": { "name": "APIs.io Engineering Platform List rules in Web Analytics ruleset", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/rum/v2/:ruleset_id/rules", "params": [ { "name": "account_id", "value": "", "type": "path" }, { "name": "ruleset_id", "value": "", "type": "path" } ] }, "docs": "Lists all the rules in a Web Analytics ruleset." }, { "info": { "name": "APIs.io Engineering Platform Update Web Analytics rules", "type": "http" }, "http": { "method": "POST", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/rum/v2/:ruleset_id/rules", "params": [ { "name": "account_id", "value": "", "type": "path" }, { "name": "ruleset_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Modifies one or more rules in a Web Analytics ruleset with a single request." } ] } ], "bundled": true }