connectionManagement

Get incident templates for CloudSOAR connections.

Get incident templates for CloudSOAR connections.

post/v1/connections/incidentTemplates

Request body

urlstring

Optional CloudSOAR domain URL to use for the API call to get incident templates.

authHeaderstring

Optional CloudSOAR authorization header to use for the API call to get incident templates.

connectionIdstring

Optional connectionId to get incident templates for an existing CloudSOAR connection. If provided, the authHeader and url will be taken from the existing connection object.

Example request

{
  "url": "https://staging.soar.sumologic.com/",
  "authHeader": "SOMEAUTHHEADERSTRING",
  "connectionId": "0000000000123ABC"
}

Response

A list of the incident templates for the given CloudSOAR account.

Changes

No recorded changes to this endpoint across all 6 revisions of this API.