Skip to content

Commit

Permalink
[DOCS] Add Opsgenie to create and update connector APIs (#145197)
Browse files Browse the repository at this point in the history
  • Loading branch information
lcawl authored Nov 15, 2022
1 parent a2647ab commit e957314
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion docs/api/actions-and-connectors/create.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,18 @@ For more information, refer to <<index-action-type>>.
For more information, refer to <<jira-action-type>>.
=====
.Opsgenie connectors
[%collapsible%open]
=====

`apiUrl`::
(Required, string) The Opsgenie URL. For example, `https://api.opsgenie.com` or
`https://api.eu.opsgenie.com`. If you are using the `xpack.actions.allowedHosts`
setting, make sure the hostname is added to the allowed hosts.

For more information, refer to <<opsgenie-action-type>>.
=====
.{sn-itom}, {sn-itsm}, and {sn-sir} connectors
[%collapsible%open]
=====
Expand Down Expand Up @@ -408,7 +420,7 @@ For more configuration properties, refer to <<action-types>>.

`connector_type_id`::
(Required, string) The connector type ID for the connector. For example,
`.cases-webhook`, `.index`, `.jira`, `.server-log`, or `.servicenow-itom`.
`.cases-webhook`, `.index`, `.jira`, `.opsgenie`, `.server-log`, or `.servicenow-itom`.

`name`::
(Required, string) The display name for the connector.
Expand Down Expand Up @@ -447,6 +459,14 @@ authentication.
(Required, string) The account email for HTTP Basic authentication.
=====
.Opsgenie connectors
[%collapsible%open]
=====
`apiKey`::
(Required, string) The Opsgenie API authentication key for HTTP Basic
authentication.
=====
.{sn-itom}, {sn-itsm}, and {sn-sir} connectors
[%collapsible%open]
=====
Expand Down

0 comments on commit e957314

Please sign in to comment.