-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Low
-
Component/s: Integrations - SDK - Python
-
None
-
Severity 3 - Minor
Issue Summary
The example shown under Opsgenie Python Incident API for Get Request Status seems to be incorrect. The example shown seems to be for an Alert rather than an incident.
Steps to Reproduce
- See example for Get Request Status under Opsgenie Python Incident API here.
- See example for Get Request Status under Opsgenie Python Alert API here
Expected Results
The example shown under Get Request Status under Opsgenie Python Incident API here should query and return the same result as the Get Request Status under Incident API here.
Actual Results
Fails to return a result.
Workaround
Make updates to the given example as per the info from GitHub here i.e. we need to call get_incident_request_status instead of get_request_status