Skip to main content

apm_retention_filters

Overview

Nameapm_retention_filters
TypeResource
Iddatadog.apm_retention_filters.apm_retention_filters

Fields

NameDatatypeDescription
idstringThe ID of the retention filter.
attributesobjectThe attributes of the retention filter.
typestringThe type of the resource.

Methods

NameAccessible byRequired ParamsDescription
get_apm_retention_filterSELECTfilter_id, dd_siteGet an APM retention filter.
list_apm_retention_filtersSELECTdd_siteGet the list of APM retention filters.
create_apm_retention_filterINSERTdata__data, dd_siteCreate a retention filter to index spans in your organization.
Returns the retention filter definition when the request is successful.
delete_apm_retention_filterDELETEfilter_id, dd_siteDelete a specific retention filter from your organization.
_get_apm_retention_filterEXECfilter_id, dd_siteGet an APM retention filter.
_list_apm_retention_filtersEXECdd_siteGet the list of APM retention filters.
reorder_apm_retention_filtersEXECdata__data, dd_siteRe-order the execution order of retention filters.
update_apm_retention_filterEXECfilter_id, data__data, dd_siteUpdate a retention filter from your organization.