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.
Acknowledge Alert Incident
new_relic:acknowledge_alert_incident
Acknowledge an open alert incident to stop notifications.
Write
Medium risk
Close Alert Incident
new_relic:close_alert_incident
Manually close an alert incident.
Write
Medium risk
Create Alert Policy
new_relic:create_alert_policy
Create a new alert policy with specified incident preference.
Write
Medium risk
Delete Alert Policy
new_relic:delete_alert_policy
Delete an alert policy permanently. This action cannot be undone.
Write
High risk
Get Alert Incident
new_relic:get_alert_incident
Fetch a single alert incident by ID with details and timeline.
Read
Low risk
Get Alert Policy
new_relic:get_alert_policy
Fetch a single alert policy by ID with its configuration and incident preference.
Read
Low risk
Get Application
new_relic:get_application
Fetch a single application by ID with performance metrics and health status.
Read
Low risk
Get Server
new_relic:get_server
Fetch a single server by ID with performance metrics and health status.
Read
Low risk
List Alert Conditions
new_relic:list_alert_conditions
List alert conditions for a specific policy.
Read
Low risk
List Alert Incidents
new_relic:list_alert_incidents
List alert incidents with optional filtering by state, priority, and time range.
Read
Low risk
List Alert Policies
new_relic:list_alert_policies
List alert policies with optional filtering by name.
Read
Low risk
List Applications
new_relic:list_applications
List applications with optional filtering by name, language, or health status.
Read
Low risk
List Servers
new_relic:list_servers
List servers with optional filtering by name or health status.
Read
Low risk
Query Nrql
new_relic:query_nrql
Execute a NRQL query to retrieve custom metrics and data from New Relic.
Write
Low risk
Update Alert Policy
new_relic:update_alert_policy
Update an existing alert policy's name and/or incident preference.
Write
Medium risk