Every action below is available as a verb in Cerebral OS — callable from a Cerebral, a Map, or the Runtime API. All executions are governed, audited, and dry-run safe.
Create Dashboard
datadog:create_dashboard
Create a new dashboard with specified widgets and layout.
Write
Medium risk
Create Monitor
datadog:create_monitor
Create a new monitor with specified query and alert conditions.
Write
Medium risk
Delete Dashboard
datadog:delete_dashboard
Delete a dashboard permanently. This action cannot be undone.
Write
High risk
Delete Monitor
datadog:delete_monitor
Delete a monitor permanently. This action cannot be undone.
Write
High risk
Get Dashboard
datadog:get_dashboard
Fetch a single dashboard by ID with widgets and configuration.
Read
Low risk
Get Host
datadog:get_host
Get detailed information about a specific host.
Read
Low risk
Get Monitor
datadog:get_monitor
Fetch a single monitor by ID with current status and configuration.
Read
Low risk
Get Service Check
datadog:get_service_check
Get service check status for a specific check and time range.
Read
Low risk
List Dashboards
datadog:list_dashboards
List dashboards with optional filtering.
Read
Low risk
List Hosts
datadog:list_hosts
List all hosts with optional filtering and sorting.
Read
Low risk
List Monitors
datadog:list_monitors
List monitors with optional filtering by state, type, or tags.
Read
Low risk
Mute Monitor
datadog:mute_monitor
Mute a monitor to stop sending alerts temporarily.
Write
Medium risk
Query Metrics
datadog:query_metrics
Query metrics data for a specific time range.
Write
Low risk
Search Logs
datadog:search_logs
Search logs with a query and time range.
Read
Low risk
Submit Metrics
datadog:submit_metrics
Submit custom metrics data to Datadog.
Write
Medium risk
Submit Service Check
datadog:submit_service_check
Submit a service check result to Datadog.
Write
Medium risk
Unmute Monitor
datadog:unmute_monitor
Unmute a monitor to resume sending alerts.
Write
Medium risk
Update Monitor
datadog:update_monitor
Update an existing monitor's configuration.
Write
Medium risk