{ "opencollection": "1.0.0", "info": { "name": "Sysdig Monitor Activity Audit Dashboards API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Dashboards", "type": "folder" }, "items": [ { "info": { "name": "List Dashboards", "type": "http" }, "http": { "method": "GET", "url": "https://api.us1.sysdig.com/api/v3/dashboards" }, "docs": "Retrieve all monitoring dashboards for the team." }, { "info": { "name": "Create Dashboard", "type": "http" }, "http": { "method": "POST", "url": "https://api.us1.sysdig.com/api/v3/dashboards", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new monitoring dashboard." }, { "info": { "name": "Get Dashboard", "type": "http" }, "http": { "method": "GET", "url": "https://api.us1.sysdig.com/api/v3/dashboards/:dashboardId", "params": [ { "name": "dashboardId", "value": "", "type": "path", "description": "Unique identifier of the dashboard" } ] }, "docs": "Retrieve a specific monitoring dashboard by ID." }, { "info": { "name": "Update Dashboard", "type": "http" }, "http": { "method": "PUT", "url": "https://api.us1.sysdig.com/api/v3/dashboards/:dashboardId", "params": [ { "name": "dashboardId", "value": "", "type": "path", "description": "Unique identifier of the dashboard" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update an existing monitoring dashboard." }, { "info": { "name": "Delete Dashboard", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.us1.sysdig.com/api/v3/dashboards/:dashboardId", "params": [ { "name": "dashboardId", "value": "", "type": "path", "description": "Unique identifier of the dashboard" } ] }, "docs": "Delete a monitoring dashboard." } ] } ], "bundled": true }