Bots From Extension: opsgenie
OpsGenie - Create, Update and Delete OpsGenie alerts and incidents
This extension provides 12 bots.
Bot @opsgenie:acknowledge-alert
Bot Position In Pipeline: Sink
acknowledge one or more alerts from given OpsGenie integration
This bot expects a Restricted CFXQL.
Each parameter may be specified using '=' operator and AND logical operation
Following are the parameters expected for this Bot
Bot @opsgenie:close-alert
Bot Position In Pipeline: Sink
close one or more alerts from given OpsGenie integration
This bot expects a Restricted CFXQL.
Each parameter may be specified using '=' operator and AND logical operation
Following are the parameters expected for this Bot
Bot @opsgenie:create-alert
Bot Position In Pipeline: Sink
create one or more alerts from given OpsGenie integration
This bot expects a Restricted CFXQL.
Each parameter may be specified using '=' operator and AND logical operation
Following are the parameters expected for this Bot
Parameter Name | Type | Default Value | Description |
---|---|---|---|
concurrent_create | Text | 5 | Specify number of alerts to be created concurrently. |
Bot @opsgenie:delete-alert
Bot Position In Pipeline: Sink
Delete one or more alerts from given OpsGenie integration
This bot expects a Restricted CFXQL.
Each parameter may be specified using '=' operator and AND logical operation
Following are the parameters expected for this Bot
Bot @opsgenie:delete-incident
Bot Position In Pipeline: Sink
Delete one or more incidents from given OpsGenie integration
This bot expects a Restricted CFXQL.
Each parameter may be specified using '=' operator and AND logical operation
Following are the parameters expected for this Bot
Bot @opsgenie:get-alert
Bot Position In Pipeline: Sink
get one or more alerts from given OpsGenie integration
This bot expects a Restricted CFXQL.
Each parameter may be specified using '=' operator and AND logical operation
Following are the parameters expected for this Bot
Bot @opsgenie:get-alert-request-status
Bot Position In Pipeline: Sink
get one or more alerts request status from given OpsGenie integration
This bot expects a Restricted CFXQL.
Each parameter may be specified using '=' operator and AND logical operation
Following are the parameters expected for this Bot
Bot @opsgenie:get-incident
Bot Position In Pipeline: Sink
get one or more incidents from given OpsGenie integration
This bot expects a Restricted CFXQL.
Each parameter may be specified using '=' operator and AND logical operation
Following are the parameters expected for this Bot
Bot @opsgenie:list-alerts
Bot Position In Pipeline: Source
List all alerts available in the OpsGenie integration.
This bot expects a Restricted CFXQL.
Each parameter may be specified using '=' operator and AND logical operation
Following are the parameters expected for this Bot
Parameter Name | Type | Default Value | Description |
---|---|---|---|
query | Text | CFXQL query to filter list of alerts. Timestamp based query can be provided (ex: timestamp is after -24h) |
|
retry_counts | Text | 3 | Number of retry counts. |
waiting_time | Text | 10 | Number of seconds to wait before retry |
Bot @opsgenie:list-incidents
Bot Position In Pipeline: Source
list all the incidents from given OpsGenie integration.
This bot expects a Restricted CFXQL.
Each parameter may be specified using '=' operator and AND logical operation
Following are the parameters expected for this Bot
Parameter Name | Type | Default Value | Description |
---|---|---|---|
query | Text | CFXQL query to filter list of incidents. Timestamp based query can be provided (ex: timestamp is after -24h) |
|
retry_counts | Text | 3 | Number of retry counts. |
waiting_time | Text | 10 | Number of seconds to wait before retry |
Bot @opsgenie:unacknowledge-alert
Bot Position In Pipeline: Sink
unacknowledge one or more alerts from given OpsGenie integration
This bot expects a Restricted CFXQL.
Each parameter may be specified using '=' operator and AND logical operation
Following are the parameters expected for this Bot
Bot @opsgenie:update-alert
Bot Position In Pipeline: Sink
update one or more alerts from given OpsGenie integration
This bot expects a Restricted CFXQL.
Each parameter may be specified using '=' operator and AND logical operation
Following are the parameters expected for this Bot
Parameter Name | Type | Default Value | Description |
---|---|---|---|
concurrent_update | Text | 5 | Specify number of alerts to be updated concurrently. |