Atlassian OpsGenie integration allows fetching and management of OpsGenie incidents and alerts, along with extended support for escalation and schedules.
OpsGenie
- Details
- Content
- Dependencies
- Version History
Get current on-call assignments, schedules, and users info
Atlassian OpsGenie integration allows fetching and management of OpsGenie incidents and alerts, along with extended support for escalation and schedules.
Name | Description |
---|---|
OpsGenie - Classifier | |
OpsGenie - Mapper |
Name | Description |
---|---|
OpsGenie TinyId | |
OpsGenie AlertId | |
OpsGenie Count Linked Alerts | |
OpsGenie Responder | |
OpsGenie Alias |
Name | Description |
---|---|
OpsGenie Incident | |
OpsGenie Alert |
Name | Description |
---|---|
OpsGenie v3 | Integration with Atlassian OpsGenie. OpsGenie is a cloud-based service that enables operations teams to manage alerts generated by monitoring tools to ensure the right people are notified, and the problems are addressed in a timely manner. |
OpsGenie (Deprecated) | Deprecated. Use the OpsGenie v3 integration instead |
Name | Description |
---|---|
OpsGenie - Classifier | |
OpsGenie - Mapper |
Name | Description |
---|---|
OpsGenie Count Linked Alerts | |
OpsGenie AlertId | |
OpsGenie Responder | |
OpsGenie TinyId | |
OpsGenie Alias |
Name | Description |
---|---|
OpsGenie Alert | |
OpsGenie Incident |
Name | Description |
---|---|
OpsGenie v3 | Integration with Atlassian OpsGenie. OpsGenie is a cloud-based service that enables operations teams to manage alerts generated by monitoring tools to ensure the right people are notified, and the problems are addressed in a timely manner. |
OpsGenie (Deprecated) | Deprecated. Use the OpsGenie v3 integration instead |
Pack Name | Pack By |
---|---|
Base | By: Cortex XSOAR |
Pack Name | Pack By |
---|---|
Common Types | By: Cortex XSOAR |
Pack Name | Pack By |
---|---|
Base | By: Cortex XSOAR |
Integrations
OpsGenie v3
- Updated the Docker image to: demisto/python3:3.10.4.29342.
Integrations
OpsGenie v3
- Updated the Docker image to: demisto/python3:3.10.4.28442.
Integrations
OpsGenie v3
- Updated the Docker image to: demisto/python3:3.10.1.26972.
- Fixed an issue where opsgenie-get-schedules commands did not handle properly schedule_id argument.
Integrations
OpsGenie v3
- Fixed an issue where commands failed with a 404 error. Now using polling in this case.
- Added one command:
- opsgenie-get-request
Integrations
OpsGenie v3
- Updated the Docker image to: demisto/python3:3.10.1.25933.
Integrations
OpsGenie v3
- Updated the Docker image to: demisto/python3:3.9.9.25564.
Classifiers
New: OpsGenie - Classifier
(Available from Cortex XSOAR 6.2.0).
Incident Types
- OpsGenie Incident
- OpsGenie Alert
Integrations
OpsGenie (Deprecated)
Deprecated. Use the OpsGenie v3 integration instead.
New: OpsGenie v3
Integration with Atlassian OpsGenie (Available from Cortex XSOAR 6.2.0).
Mappers
New: OpsGenie - Mapper
(Available from Cortex XSOAR 6.2.0).
Incident Fields
- OpsGenie Alias
- OpsGenie Count Linked Alerts
- OpsGenie Responder
- OpsGenie TinyId
OpsGenieV3 - Breaking changes from the previous version of this integration
Commands
Removed the following commands in this version:
- opsgenie-list-alerts - this command was replaced by opsgenie-get-alerts.
- opsgenie-get-alert - this command was replaced by opsgenie-get-alerts.
- opsgenie-get-schedule - this command was replaced by opsgenie-get-schedules.
- opsgenie-list-schedules - this command was replaced by opsgenie-get-schedules.
Arguments
- In the opsgenie-get-on-call command, the schedule-id argument was replaced by the schedule_id and schedule_name arguments.
- In the opsgenie-create-alert command, the default value of the priority argument was changed to 'P3'.
Outputs
In the opsgenie-create-alert command the following outputs were replaced:
- OpsGenieV2.CreatedAlert.action - replaced by OpsGenie.Alert.action.
- OpsGenieV2.CreatedAlert.alertId - replaced by OpsGenie.Alert.alertId.
- OpsGenieV2.CreatedAlert.alias - replaced by OpsGenie.Alert.alias.
- OpsGenieV2.CreatedAlert.integrationId - replaced by OpsGenie.Alert.integrationId.
- OpsGenieV2.CreatedAlert.isSuccess - replaced by OpsGenie.Alert.isSuccess.
- OpsGenieV2.CreatedAlert.processedAt - replaced by OpsGenie.Alert.processedAt.
- OpsGenieV2.CreatedAlert.requestId - replaced by OpsGenie.Alert.requestId.
- OpsGenieV2.CreatedAlert.status - replaced by OpsGenie.Alert.status.
- OpsGenieV2.CreatedAlert.success - replaced by OpsGenie.Alert.success.
In the opsgenie-delete-alert command the following outputs were replaced:
- OpsGenieV2.DeletedAlert.action - replaced by OpsGenie.DeletedAlert.action.
- OpsGenieV2.DeletedAlert.alertId - replaced by OpsGenie.DeletedAlert.alertId.
- OpsGenieV2.DeletedAlert.alias - replaced by OpsGenie.DeletedAlert.alias.
- OpsGenieV2.DeletedAlert.integrationId - replaced by OpsGenie.DeletedAlert.integrationId.
- OpsGenieV2.DeletedAlert.isSuccess - replaced by OpsGenie.DeletedAlert.isSuccess.
- OpsGenieV2.DeletedAlert.processedAt - replaced by OpsGenie.DeletedAlert.processedAt.
- OpsGenieV2.DeletedAlert.requestId - replaced by OpsGenie.DeletedAlert.requestId.
- OpsGenieV2.DeletedAlert.status - replaced by OpsGenie.DeletedAlert.status.
- OpsGenieV2.DeletedAlert.success - replaced by OpsGenie.DeletedAlert.success.
In the opsgenie-ack-alert command the following outputs were replaced:
- OpsGenieV2.AckedAlert.action - replaced by OpsGenie.AckedAlert.action.
- OpsGenieV2.AckedAlert.alertId -replaced by OpsGenie.AckedAlert.alertId.
- OpsGenieV2.AckedAlert.alias -replaced by OpsGenie.AckedAlert.alias.
- OpsGenieV2.AckedAlert.integrationId - replaced by OpsGenie.AckedAlert.integrationId.
- OpsGenieV2.AckedAlert.isSuccess - replaced by OpsGenie.AckedAlert.isSuccess.
- OpsGenieV2.AckedAlert.processedAt - replaced by OpsGenie.AckedAlert.processedAt.
- OpsGenieV2.AckedAlert.requestId - replaced by OpsGenie.AckedAlert.requestId.
- OpsGenieV2.AckedAlert.status - replaced by OpsGenie.AckedAlert.status.
- OpsGenieV2.AckedAlert.success - replaced by OpsGenie.AckedAlert.success.
In the opsgenie-get-on-call command the following outputs were replaced:
- OpsGenieV2.OnCall._parent.enabled - replaced by OpsGenie.Schedule.OnCall._parent.enabled.
- OpsGenieV2.OnCall._parent.id - replaced by OpsGenie.Schedule.OnCall._parent.id.
- OpsGenieV2.OnCall._parent.name - replaced by OpsGenie.Schedule.OnCall._parent.name.
- OpsGenieV2.OnCall.onCallParticipants.id - replaced by OpsGenie.Schedule.OnCall.onCallParticipants.id.
- OpsGenieV2.OnCall.onCallParticipants.name - replaced by OpsGenie.Schedule.OnCall.onCallParticipants.name.
- OpsGenieV2.OnCall.onCallParticipants.type - replaced by OpsGenie.Schedule.OnCall.onCallParticipants.type.
In the opsgenie-close-alert command the following outputs were replaced:
- OpsGenieV2.CloseAlert.action - replaced by OpsGenie.ClosedAlert.action.
- OpsGenieV2.CloseAlert.alertId - replaced by OpsGenie.ClosedAlert.alertId.
- OpsGenieV2.CloseAlert.alias - replaced by OpsGenie.ClosedAlert.alias.
- OpsGenieV2.CloseAlert.integrationId - replaced by OpsGenie.ClosedAlert.integrationId.
- OpsGenieV2.CloseAlert.isSuccess - replaced by OpsGenie.ClosedAlert.isSuccess.
- OpsGenieV2.CloseAlert.processedAt - replaced by OpsGenie.ClosedAlert.processedAt.
- OpsGenieV2.CloseAlert.requestId - replaced by OpsGenie.ClosedAlert.requestId.
- OpsGenieV2.CloseAlert.status - replaced by OpsGenie.ClosedAlert.status.
- OpsGenieV2.CloseAlert.success - replaced by OpsGenie.ClosedAlert.success.
Get current on-call assignments, schedules, and users info
PUBLISHER
PLATFORMS
INFO
Certification | Certified | Read more |
Supported By | Cortex | |
Created | November 9, 2020 | |
Last Release | July 7, 2024 |