{ "opencollection": "1.0.0", "info": { "name": "Datadog Account Order API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "DD-API-KEY", "value": "{{DD-API-KEY}}", "placement": "header" } }, "items": [ { "info": { "name": "Order", "type": "folder" }, "items": [ { "info": { "name": "Datadog Get Archive Order", "type": "http" }, "http": { "method": "GET", "url": "https://{subdomain}.{site}/api/v2/logs/config/archive-order" }, "docs": "Get the current order of your archives.\nThis endpoint takes no JSON arguments." }, { "info": { "name": "Datadog Update Archive Order", "type": "http" }, "http": { "method": "PUT", "url": "https://{subdomain}.{site}/api/v2/logs/config/archive-order", "body": { "type": "json", "data": "{}" } }, "docs": "Update the order of your archives. Since logs are processed sequentially, reordering an archive may change\nthe structure and content of the data processed by other archives.\n\n**Note**: Using the `PUT` method updates your archive's order by replacing the current order\nwith the new one." }, { "info": { "name": "Datadog Order Rum Retention Filters", "type": "http" }, "http": { "method": "PATCH", "url": "https://{subdomain}.{site}/api/v2/rum/applications/:app_id/relationships/retention_filters", "params": [ { "name": "app_id", "value": "", "type": "path", "description": "RUM application ID." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Order RUM retention filters for a RUM application.\nReturns RUM retention filter objects without attributes from the request body when the request is successful." } ] } ], "bundled": true }