{ "opencollection": "1.0.0", "info": { "name": "APIs.io Engineering Platform Amazon API Gateway 2014 11 13 Infrastructure Access Targets API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Infrastructure Access Targets", "type": "folder" }, "items": [ { "info": { "name": "APIs.io Engineering Platform List all targets", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/infrastructure/targets", "params": [ { "name": "account_id", "value": "", "type": "path" }, { "name": "hostname", "value": "", "type": "query", "description": "Hostname of a target" }, { "name": "hostname_contains", "value": "", "type": "query", "description": "Partial match to the hostname of a target" }, { "name": "virtual_network_id", "value": "", "type": "query", "description": "Private virtual network identifier of the target" }, { "name": "ip_v4", "value": "", "type": "query", "description": "IPv4 address of the target" }, { "name": "ip_v6", "value": "", "type": "query", "description": "IPv6 address of the target" }, { "name": "created_after", "value": "", "type": "query", "description": "Date and time at which the target was created" }, { "name": "modified_after", "value": "", "type": "query", "description": "Date and time at which the target was modified" }, { "name": "page", "value": "", "type": "query", "description": "Current page in the response" }, { "name": "per_page", "value": "", "type": "query", "description": "Max amount of entries returned per page" } ] }, "docs": "APIs.io Engineering Platform List all targets" }, { "info": { "name": "APIs.io Engineering Platform Create new target", "type": "http" }, "http": { "method": "POST", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/infrastructure/targets", "params": [ { "name": "account_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "APIs.io Engineering Platform Create new target" }, { "info": { "name": "APIs.io Engineering Platform Get target", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/infrastructure/targets/:target_id", "params": [ { "name": "account_id", "value": "", "type": "path" }, { "name": "target_id", "value": "", "type": "path" } ] }, "docs": "APIs.io Engineering Platform Get target" }, { "info": { "name": "APIs.io Engineering Platform Update target", "type": "http" }, "http": { "method": "PUT", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/infrastructure/targets/:target_id", "params": [ { "name": "account_id", "value": "", "type": "path" }, { "name": "target_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "APIs.io Engineering Platform Update target" }, { "info": { "name": "APIs.io Engineering Platform Delete target", "type": "http" }, "http": { "method": "DELETE", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/infrastructure/targets/:target_id", "params": [ { "name": "account_id", "value": "", "type": "path" }, { "name": "target_id", "value": "", "type": "path" } ] }, "docs": "APIs.io Engineering Platform Delete target" } ] } ], "bundled": true }