{ "opencollection": "1.0.0", "info": { "name": "Datadog Account Items API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "DD-API-KEY", "value": "{{DD-API-KEY}}", "placement": "header" } }, "items": [ { "info": { "name": "Items", "type": "folder" }, "items": [ { "info": { "name": "Datadog Get Items of a Dashboard List", "type": "http" }, "http": { "method": "GET", "url": "https://{subdomain}.{site}/api/v2/dashboard/lists/manual/:dashboard_list_id/dashboards", "params": [ { "name": "dashboard_list_id", "value": "42", "type": "path", "description": "ID of the dashboard list to get items from." } ], "auth": { "type": "apikey", "key": "DD-API-KEY", "value": "{{DD-API-KEY}}", "placement": "header" } }, "docs": "Fetch the dashboard list’s dashboard definitions." }, { "info": { "name": "Datadog Add Items to a Dashboard List", "type": "http" }, "http": { "method": "POST", "url": "https://{subdomain}.{site}/api/v2/dashboard/lists/manual/:dashboard_list_id/dashboards", "params": [ { "name": "dashboard_list_id", "value": "42", "type": "path", "description": "ID of the dashboard list to add items to." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Add dashboards to an existing dashboard list." }, { "info": { "name": "Datadog Update Items of a Dashboard List", "type": "http" }, "http": { "method": "PUT", "url": "https://{subdomain}.{site}/api/v2/dashboard/lists/manual/:dashboard_list_id/dashboards", "params": [ { "name": "dashboard_list_id", "value": "42", "type": "path", "description": "ID of the dashboard list to update items from." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update dashboards of an existing dashboard list." }, { "info": { "name": "Datadog Delete Items from a Dashboard List", "type": "http" }, "http": { "method": "DELETE", "url": "https://{subdomain}.{site}/api/v2/dashboard/lists/manual/:dashboard_list_id/dashboards", "params": [ { "name": "dashboard_list_id", "value": "42", "type": "path", "description": "ID of the dashboard list to delete items from." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Delete dashboards from an existing dashboard list." } ] } ], "bundled": true }