| Methods in biz.neustar.pagerduty that throw InvalidEventException |
EventResponse |
PagerDutyClient.acknowledge(String serviceKey,
String description,
String incidentKey,
Object details)
Acknowledges an existing event in PagerDuty for the supplied service and incident key, including an optional
description and details to go along with the message. |
EventResponse |
PagerDutyClient.resolve(String serviceKey,
String description,
String incidentKey,
Object details)
Resolves an existing event in PagerDuty for the supplied service and incident key, including an optional
description and details to go along with the message. |
EventResponse |
PagerDutyClient.trigger(String serviceKey,
String description,
String incidentKey,
Object details)
Triggers a new incident in PagerDuty for the supplied service, including an optional description, incident key,
and details to go along with the message. |