Home
New Relic
New Relic Putalertsnrqlconditionsconditionid Example
New Relic Putalertsnrqlconditionsconditionid Example
Analysis Analytics APM DevOps Infrastructure Monitoring Observability Performance Platform
New Relic Putalertsnrqlconditionsconditionid Example is an example object payload from New Relic, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.
Top-level fields
operationId method path summary requestExamples responseExamples
Example Payload
{
"operationId": "putAlertsNrqlConditionsConditionId",
"method": "PUT",
"path": "/alerts_nrql_conditions/{condition_id}.json",
"summary": "New Relic Put Alerts Nrql Conditions",
"requestExamples": [
{
"contentType": "application/json",
"name": "PutalertsnrqlconditionsconditionidRequestExample",
"example": {
"nrql_condition": {
"enabled": true,
"expected_groups": 10,
"ignore_overlap": true,
"name": "Example Title",
"runbook_url": "https://www.example.com",
"terms": [
{}
],
"value_function": "example_value"
}
}
},
{
"contentType": "application/xml",
"name": "PutalertsnrqlconditionsconditionidRequestExample",
"example": {
"nrql_condition": {
"enabled": true,
"expected_groups": 10,
"ignore_overlap": true,
"name": "Example Title",
"runbook_url": "https://www.example.com",
"terms": [
{}
],
"value_function": "example_value"
}
}
}
],
"responseExamples": [
{
"status": "200",
"contentType": "application/json",
"name": "Putalertsnrqlconditionsconditionid200Example",
"example": {
"nrql_condition": {
"enabled": {},
"expected_groups": {},
"id": {},
"ignore_overlap": {},
"name": {},
"nrql": {},
"runbook_url": {},
"terms": {},
"type": {},
"value_function": {}
}
}
},
{
"status": "200",
"contentType": "application/xml",
"name": "Putalertsnrqlconditionsconditionid200Example",
"example": {
"nrql_condition": {
"enabled": {},
"expected_groups": {},
"id": {},
"ignore_overlap": {},
"name": {},
"nrql": {},
"runbook_url": {},
"terms": {},
"type": {},
"value_function": {}
}
}
}
]
}