get_alert_policy
Retrieve alert policy details from New Relic to monitor application performance and configure notification rules for system events.
Instructions
Get details for a specific alert policy
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| policy_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"policy_id": {
"title": "Policy Id",
"type": "string"
}
},
"required": [
"policy_id"
],
"type": "object"
}