Actions
Create Service
Create a new service.
If status
is included in the request, it must have a value of active
when creating a new service. If a different status is required, make a second request to update the service.
A service may represent an application, component, or team you wish to open incidents against.
For more information see the .
Parameters
Parameter | Description |
---|---|
Escalation Policy ID | The ID of the Escalation Policy for all policies see listEscalationPolicies. |
Service Alert Creation | Whether a service creates only incidents, or both alerts and incidents. A service must create alerts in order to enable incident merging.* “create_incidents” - The service will create one incident and zero alerts for each incoming event.* “create_alerts_and_incidents” - The service will create one incident and one associated alert for each incoming event. |
Service Description | The user-provided description of the service. |
Service Integrations | An array containing Integration objects that belong to this service. If integrations is passed as an argument, these are full objects - otherwise, these are references. |
Service Name | The name of the service. |
Example Output
Workflow Library Example
Create Service with Pagerduty and Send Results Via Email
Preview this Workflow on desktop
Was this page helpful?