{ "opencollection": "1.0.0", "info": { "name": "APIs.io Engineering Platform Amazon API Gateway 2014 11 13 Load Balancer Monitors API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Load Balancer Monitors", "type": "folder" }, "items": [ { "info": { "name": "APIs.io Engineering Platform List Monitors", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/user/load_balancers/monitors" }, "docs": "List configured monitors for a user." }, { "info": { "name": "APIs.io Engineering Platform Create Monitor", "type": "http" }, "http": { "method": "POST", "url": "http://apigateway.{region}.amazonaws.com/user/load_balancers/monitors", "body": { "type": "json", "data": "{}" } }, "docs": "Create a configured monitor." }, { "info": { "name": "APIs.io Engineering Platform Monitor Details", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/user/load_balancers/monitors/:monitor_id", "params": [ { "name": "monitor_id", "value": "", "type": "path" } ] }, "docs": "List a single configured monitor for a user." }, { "info": { "name": "APIs.io Engineering Platform Update Monitor", "type": "http" }, "http": { "method": "PUT", "url": "http://apigateway.{region}.amazonaws.com/user/load_balancers/monitors/:monitor_id", "params": [ { "name": "monitor_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Modify a configured monitor." }, { "info": { "name": "APIs.io Engineering Platform Patch Monitor", "type": "http" }, "http": { "method": "PATCH", "url": "http://apigateway.{region}.amazonaws.com/user/load_balancers/monitors/:monitor_id", "params": [ { "name": "monitor_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Apply changes to an existing monitor, overwriting the supplied properties." }, { "info": { "name": "APIs.io Engineering Platform Delete Monitor", "type": "http" }, "http": { "method": "DELETE", "url": "http://apigateway.{region}.amazonaws.com/user/load_balancers/monitors/:monitor_id", "params": [ { "name": "monitor_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Delete a configured monitor." }, { "info": { "name": "APIs.io Engineering Platform Preview Monitor", "type": "http" }, "http": { "method": "POST", "url": "http://apigateway.{region}.amazonaws.com/user/load_balancers/monitors/:monitor_id/preview", "params": [ { "name": "monitor_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Preview pools using the specified monitor with provided monitor details. The returned preview_id can be used in the preview endpoint to retrieve the results." }, { "info": { "name": "APIs.io Engineering Platform List Monitor References", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/user/load_balancers/monitors/:monitor_id/references", "params": [ { "name": "monitor_id", "value": "", "type": "path" } ] }, "docs": "Get the list of resources that reference the provided monitor." }, { "info": { "name": "APIs.io Engineering Platform Preview Result", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/user/load_balancers/preview/:preview_id", "params": [ { "name": "preview_id", "value": "", "type": "path" } ] }, "docs": "Get the result of a previous preview operation using the provided preview_id." } ] } ], "bundled": true }