list_alert_policies
Retrieve all alert policies in your New Relic account using a target account ID to monitor and manage notification rules effectively.
Instructions
List all alert policies in your New Relic account
Input Schema
Name | Required | Description | Default |
---|---|---|---|
target_account_id | No | Optional New Relic account ID |
Input Schema (JSON Schema)
{
"properties": {
"target_account_id": {
"description": "Optional New Relic account ID",
"type": "string"
}
},
"type": "object"
}