{ "opencollection": "1.0.0", "info": { "name": "Fastly Account ACL Custom Dashboards API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "Fastly-Key", "value": "{{Fastly-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Custom Dashboards", "type": "folder" }, "items": [ { "info": { "name": "List Custom Dashboards", "type": "http" }, "http": { "method": "GET", "url": "https://api.fastly.com/observability/dashboards" }, "docs": "List Custom Dashboards" }, { "info": { "name": "Create Custom Dashboard", "type": "http" }, "http": { "method": "POST", "url": "https://api.fastly.com/observability/dashboards" }, "docs": "Create Custom Dashboard" }, { "info": { "name": "Get Custom Dashboard", "type": "http" }, "http": { "method": "GET", "url": "https://api.fastly.com/observability/dashboards/:dashboard_id", "params": [ { "name": "dashboard_id", "value": "", "type": "path" } ] }, "docs": "Get Custom Dashboard" }, { "info": { "name": "Update Custom Dashboard", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.fastly.com/observability/dashboards/:dashboard_id", "params": [ { "name": "dashboard_id", "value": "", "type": "path" } ] }, "docs": "Update Custom Dashboard" }, { "info": { "name": "Delete Custom Dashboard", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.fastly.com/observability/dashboards/:dashboard_id", "params": [ { "name": "dashboard_id", "value": "", "type": "path" } ] }, "docs": "Delete Custom Dashboard" } ] } ], "bundled": true }