PagerDuty v2

Alert and notify users using PagerDuty.

Messaging and Conferencing · PagerDuty

Configuration parameters

  • APIKey — API Key
  • credentials_api_key
  • ServiceKey — Service Key (for triggering, acknowledging and resolving events only)
  • insecure — Trust any certificate (not secure)
  • proxy — Use system proxy settings
  • isFetch — Fetch incidents
  • incidentType — Incident type
  • FetchInterval — Initial Fetch Interval (In minutes, used only for first fetch or after Reset last run)
  • DefaultRequestor — Default requestor ID for adding people to incidents
  • max_fetch — Maximum number of incidents per fetch
  • incident_statuses — Incident statuses to fetch

Commands (13)

  • PagerDuty-acknowledge-event

    Acknowledges an existing event in PagerDuty.

  • PagerDuty-add-responders

    Add responders to an incident.

  • PagerDuty-get-all-schedules

    Receive all schedules from PagerDuty.

  • PagerDuty-get-contact-methods

    Get the contact methods of a given user.

  • PagerDuty-get-incident-data

    Get data about a incident from PagerDuty.

  • PagerDuty-get-service-keys

    Get Service keys for each of the services configured in the PagerDuty instance.

  • PagerDuty-get-users-notification

    Get the users notification rules.

  • PagerDuty-get-users-on-call

    Returns the names and details of on call users at a certain time or by specific schedule.

  • PagerDuty-get-users-on-call-now

    Returns the names and details of current on call personnel.

  • PagerDuty-incidents

    Shows incidents in PagerDuty. Default status parameters are triggered,acknowledged.

  • PagerDuty-resolve-event

    Resolves an existing event in PagerDuty.

  • PagerDuty-run-response-play

    Run a response play on PagerDuty (based on its UUID).

  • PagerDuty-submit-event

    Creates a new event/incident in PagerDuty(In order to use this command you have to enter the Service Key in the integration settings).