Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Enhancement] Automation Actions Support #310

Open
giranm opened this issue Oct 18, 2022 · 0 comments
Open

[Enhancement] Automation Actions Support #310

giranm opened this issue Oct 18, 2022 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@giranm
Copy link
Owner

giranm commented Oct 18, 2022

Summary

PagerDuty Automation Actions enable users to trigger automation workloads from within the PagerDuty interface.
This enhancement ticket should be used to track the implementation of this capability.

Implementation Notes

The following endpoints should be used during the implementation of AA.

  • List AA via GET https://api.pagerduty.com/automation/actions/?cursor=&name=&limit=25
  • Trigger AA via POST https://api.pagerduty.com/automation/actions/:action_id/invocations (with "invocation_state": "created" in body JSON)
  • List report logs via GET https://api.pagerduty.com/automation/invocations/:invocation_id/reports?report_type=log
  • List log entry via GET https://api.pagerduty.com/log_entries for rundeck_action_invocation_initiated_log_entry and rundeck_action_invocation_completed_log_entry
@giranm giranm added the enhancement New feature or request label Oct 18, 2022
@giranm giranm added this to the Beta milestone Oct 18, 2022
@giranm giranm self-assigned this Oct 18, 2022
@giranm giranm moved this to Triage in PagerDuty Live Oct 18, 2022
@giranm giranm removed their assignment Mar 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Triage
Development

No branches or pull requests

1 participant