# Response attributes

Namespace `data`

| Parameter                    | Type    | Value                                                                                                       |
| ---------------------------- | ------- | ----------------------------------------------------------------------------------------------------------- |
| `id`                         | String  | The ID of the New Relic integration. String representation of a number.                                     |
| `type`                       | String  | `new_relic_integration`                                                                                     |
| `attributes`                 | Object  | Attributes object. Contains all the New Relic integration attributes. See below.                            |
| `attributes.name`            | String  | Name of the New Relic integration.                                                                          |
| `attributes.policy_id`       | String  | ID of the escalation policy associated with the New Relic integration. String representation of a number.   |
| `attributes.call`            | Boolean | Call the on-call person.                                                                                    |
| `attributes.sms`             | Boolean | Send an SMS to the on-call person.                                                                          |
| `attributes.email`           | Boolean | Send an email to the on-call person.                                                                        |
| `attributes.push`            | Boolean | Send a push notification to the on-call person.                                                             |
| `attributes.critical_alert` | Boolean | Send a critical push notification that ignores the mute switch and Do not Disturb mode. |
| `attributes.team_wait`       | Integer | How long we wait before escalating the incident alert to the team. In seconds.                              |
| `attributes.recovery_period` | Integer | How long the alert must be up to automatically mark an incident as resolved. In seconds.                    |
| `attributes.team_name`       | String  | The team this integration is in.                                                                            |
| `attributes.paused`          | Boolean | Whether is the New Relic integration paused.                                                                |
| `attributes.alerting_rule`   | String  | Should we alert only on alarms, or on both alarms and warnings. Possible values: `alert`, `alert_and_warn`. |
| `attributes.webhook_url`     | String  | The URL to which to point the New Relic webhook to.                                                         |