New in version 2014.1.0.
This state is useful for creating events on the PagerDuty service during state runs.
server-warning-message:
pagerduty.create_event:
- name: 'This is a server warning message'
- details: 'This is a much more detailed message'
- service_key: 9abcd123456789efabcde362783cdbaf
- profile: my-pagerduty-account
Create an event on the PagerDuty service
server-warning-message:
pagerduty.create_event:
- name: 'This is a server warning message'
- details: 'This is a much more detailed message'
- service_key: 9abcd123456789efabcde362783cdbaf
- profile: my-pagerduty-account
The following parameters are required:
This is a short description of the event.
This can be a more detailed description of the event.
This key can be found by using pagerduty.list_services.
This refers to the configuration profile to use to connect to the PagerDuty service.