{ "opencollection": "1.0.0", "info": { "name": "Datadog Account Filter API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "DD-API-KEY", "value": "{{DD-API-KEY}}", "placement": "header" } }, "items": [ { "info": { "name": "Filter", "type": "folder" }, "items": [ { "info": { "name": "Datadog Create a Retention Filter", "type": "http" }, "http": { "method": "POST", "url": "https://{subdomain}.{site}/api/v2/apm/config/retention-filters", "body": { "type": "json", "data": "{}" } }, "docs": "Create a retention filter to index spans in your organization.\nReturns the retention filter definition when the request is successful.\n\nDefault filters with types spans-errors-sampling-processor and spans-appsec-sampling-processor cannot be created." }, { "info": { "name": "Datadog Get a Given Apm Retention Filter", "type": "http" }, "http": { "method": "GET", "url": "https://{subdomain}.{site}/api/v2/apm/config/retention-filters/:filter_id", "params": [ { "name": "filter_id", "value": "", "type": "path", "description": "The ID of the retention filter." } ] }, "docs": "Get an APM retention filter." }, { "info": { "name": "Datadog Update a Retention Filter", "type": "http" }, "http": { "method": "PUT", "url": "https://{subdomain}.{site}/api/v2/apm/config/retention-filters/:filter_id", "params": [ { "name": "filter_id", "value": "", "type": "path", "description": "The ID of the retention filter." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a retention filter from your organization.\n\nDefault filters (filters with types spans-errors-sampling-processor and spans-appsec-sampling-processor) cannot be renamed or removed." }, { "info": { "name": "Datadog Delete a Retention Filter", "type": "http" }, "http": { "method": "DELETE", "url": "https://{subdomain}.{site}/api/v2/apm/config/retention-filters/:filter_id", "params": [ { "name": "filter_id", "value": "", "type": "path", "description": "The ID of the retention filter." } ] }, "docs": "Delete a specific retention filter from your organization.\n\nDefault filters with types spans-errors-sampling-processor and spans-appsec-sampling-processor cannot be deleted." }, { "info": { "name": "Datadog Create a Waf Exclusion Filter", "type": "http" }, "http": { "method": "POST", "url": "https://{subdomain}.{site}/api/v2/remote_config/products/asm/waf/exclusion_filters", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new WAF exclusion filter with the given parameters.\n\nA request matched by an exclusion filter will be ignored by the Application Security WAF product.\nGo to https://app.datadoghq.com/security/appsec/passlist to review existing exclusion filters (also called passlist entries)." }, { "info": { "name": "Datadog Get a Waf Exclusion Filter", "type": "http" }, "http": { "method": "GET", "url": "https://{subdomain}.{site}/api/v2/remote_config/products/asm/waf/exclusion_filters/:exclusion_filter_id", "params": [ { "name": "exclusion_filter_id", "value": "3b5-v82-ns6", "type": "path", "description": "The identifier of the WAF exclusion filter." } ] }, "docs": "Retrieve a specific WAF exclusion filter using its identifier." }, { "info": { "name": "Datadog Update a Waf Exclusion Filter", "type": "http" }, "http": { "method": "PUT", "url": "https://{subdomain}.{site}/api/v2/remote_config/products/asm/waf/exclusion_filters/:exclusion_filter_id", "params": [ { "name": "exclusion_filter_id", "value": "3b5-v82-ns6", "type": "path", "description": "The identifier of the WAF exclusion filter." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a specific WAF exclusion filter using its identifier.\nReturns the exclusion filter object when the request is successful." }, { "info": { "name": "Datadog Delete a Waf Exclusion Filter", "type": "http" }, "http": { "method": "DELETE", "url": "https://{subdomain}.{site}/api/v2/remote_config/products/asm/waf/exclusion_filters/:exclusion_filter_id", "params": [ { "name": "exclusion_filter_id", "value": "3b5-v82-ns6", "type": "path", "description": "The identifier of the WAF exclusion filter." } ] }, "docs": "Delete a specific WAF exclusion filter using its identifier." }, { "info": { "name": "Datadog Create a Rum Retention Filter", "type": "http" }, "http": { "method": "POST", "url": "https://{subdomain}.{site}/api/v2/rum/applications/:app_id/retention_filters", "params": [ { "name": "app_id", "value": "", "type": "path", "description": "RUM application ID." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a RUM retention filter for a RUM application.\nReturns RUM retention filter objects from the request body when the request is successful." }, { "info": { "name": "Datadog Get a Rum Retention Filter", "type": "http" }, "http": { "method": "GET", "url": "https://{subdomain}.{site}/api/v2/rum/applications/:app_id/retention_filters/:rf_id", "params": [ { "name": "app_id", "value": "", "type": "path", "description": "RUM application ID." }, { "name": "rf_id", "value": "", "type": "path", "description": "Retention filter ID." } ] }, "docs": "Get a RUM retention filter for a RUM application." }, { "info": { "name": "Datadog Update a Rum Retention Filter", "type": "http" }, "http": { "method": "PATCH", "url": "https://{subdomain}.{site}/api/v2/rum/applications/:app_id/retention_filters/:rf_id", "params": [ { "name": "app_id", "value": "", "type": "path", "description": "RUM application ID." }, { "name": "rf_id", "value": "", "type": "path", "description": "Retention filter ID." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a RUM retention filter for a RUM application.\nReturns RUM retention filter objects from the request body when the request is successful." }, { "info": { "name": "Datadog Delete a Rum Retention Filter", "type": "http" }, "http": { "method": "DELETE", "url": "https://{subdomain}.{site}/api/v2/rum/applications/:app_id/retention_filters/:rf_id", "params": [ { "name": "app_id", "value": "", "type": "path", "description": "RUM application ID." }, { "name": "rf_id", "value": "", "type": "path", "description": "Retention filter ID." } ] }, "docs": "Delete a RUM retention filter for a RUM application." }, { "info": { "name": "Datadog Create a Security Filter", "type": "http" }, "http": { "method": "POST", "url": "https://{subdomain}.{site}/api/v2/security_monitoring/configuration/security_filters", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "DD-API-KEY", "value": "{{DD-API-KEY}}", "placement": "header" } }, "docs": "Create a security filter.\n\nSee the [security filter guide](https://docs.datadoghq.com/security_platform/guide/how-to-setup-security-filters-using-security-monitoring-api/)\nfor more examples." }, { "info": { "name": "Datadog Get a Security Filter", "type": "http" }, "http": { "method": "GET", "url": "https://{subdomain}.{site}/api/v2/security_monitoring/configuration/security_filters/:security_filter_id", "params": [ { "name": "security_filter_id", "value": "", "type": "path", "description": "The ID of the security filter." } ], "auth": { "type": "apikey", "key": "DD-API-KEY", "value": "{{DD-API-KEY}}", "placement": "header" } }, "docs": "Get the details of a specific security filter.\n\nSee the [security filter guide](https://docs.datadoghq.com/security_platform/guide/how-to-setup-security-filters-using-security-monitoring-api/)\nfor more examples." }, { "info": { "name": "Datadog Update a Security Filter", "type": "http" }, "http": { "method": "PATCH", "url": "https://{subdomain}.{site}/api/v2/security_monitoring/configuration/security_filters/:security_filter_id", "params": [ { "name": "security_filter_id", "value": "", "type": "path", "description": "The ID of the security filter." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "DD-API-KEY", "value": "{{DD-API-KEY}}", "placement": "header" } }, "docs": "Update a specific security filter.\nReturns the security filter object when the request is successful." }, { "info": { "name": "Datadog Delete a Security Filter", "type": "http" }, "http": { "method": "DELETE", "url": "https://{subdomain}.{site}/api/v2/security_monitoring/configuration/security_filters/:security_filter_id", "params": [ { "name": "security_filter_id", "value": "", "type": "path", "description": "The ID of the security filter." } ], "auth": { "type": "apikey", "key": "DD-API-KEY", "value": "{{DD-API-KEY}}", "placement": "header" } }, "docs": "Delete a specific security filter." } ] } ], "bundled": true }