Skip to main content
The Datadog plugin syncs data locally. Use corsair.datadog.db.<entity>.search({ data, limit?, offset? }) with the filters listed per entity.

Dashboards

Path: datadog.db.dashboards.search

Searchable filters

Every .search() also accepts limit and offset for pagination. .list() is available on the same path without the .search suffix in code — see database operations.

Incidents

Path: datadog.db.incidents.search

Searchable filters

Every .search() also accepts limit and offset for pagination. .list() is available on the same path without the .search suffix in code — see database operations.

Monitors

Path: datadog.db.monitors.search

Searchable filters

Every .search() also accepts limit and offset for pagination. .list() is available on the same path without the .search suffix in code — see database operations.

Slos

Path: datadog.db.slos.search

Searchable filters

Every .search() also accepts limit and offset for pagination. .list() is available on the same path without the .search suffix in code — see database operations.