{ "opencollection": "1.0.0", "info": { "name": "AWS CloudWatch Amazon CloudWatch Alarms Dashboards API", "version": "2010-08-01" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Dashboards", "type": "folder" }, "items": [ { "info": { "name": "Aws Cloudwatch Create or Update a Cloudwatch Dashboard", "type": "http" }, "http": { "method": "POST", "url": "https://monitoring.{region}.amazonaws.com/#PutDashboard", "params": [ { "name": "Action", "value": "", "type": "query" }, { "name": "Version", "value": "", "type": "query", "description": "The API version (2010-08-01)" } ], "body": { "type": "form-urlencoded", "data": [] } }, "docs": "Creates a dashboard if it does not already exist, or updates an existing dashboard. If you update a dashboard, the entire contents are replaced with what you specify here. There is no limit to the number of dashboards in your account." }, { "info": { "name": "Aws Cloudwatch Retrieve Details for a Specified Dashboard", "type": "http" }, "http": { "method": "POST", "url": "https://monitoring.{region}.amazonaws.com/#GetDashboard", "params": [ { "name": "Action", "value": "", "type": "query" }, { "name": "Version", "value": "", "type": "query", "description": "The API version (2010-08-01)" } ], "body": { "type": "form-urlencoded", "data": [] } }, "docs": "Displays the details of the dashboard that you specify. To copy an existing dashboard, use GetDashboard, and then use the data returned within DashboardBody as the template for the new dashboard when you call PutDashboard to create the copy." }, { "info": { "name": "Aws Cloudwatch List the Dashboards in Your Account", "type": "http" }, "http": { "method": "POST", "url": "https://monitoring.{region}.amazonaws.com/#ListDashboards", "params": [ { "name": "Action", "value": "", "type": "query" }, { "name": "Version", "value": "", "type": "query", "description": "The API version (2010-08-01)" } ], "body": { "type": "form-urlencoded", "data": [] } }, "docs": "Returns a list of the dashboards for your account. If you include DashboardNamePrefix, only those dashboards with names starting with the prefix are listed. Otherwise, all dashboards in your account are listed. ListDashboards returns up to 1000 results on one page." }, { "info": { "name": "Aws Cloudwatch Delete Specified Dashboards", "type": "http" }, "http": { "method": "POST", "url": "https://monitoring.{region}.amazonaws.com/#DeleteDashboards", "params": [ { "name": "Action", "value": "", "type": "query" }, { "name": "Version", "value": "", "type": "query", "description": "The API version (2010-08-01)" } ], "body": { "type": "form-urlencoded", "data": [] } }, "docs": "Deletes all dashboards that you specify. You can specify up to 100 dashboards to delete. If there is an error during this call, no dashboards are deleted." } ] } ], "bundled": true }