v3

latestOpenAPI 3.0.12026-07-31240345599.7 KB
Integration outgoing filters

Get integration alert filter

Returns the outgoing alert filter details of an integration. <br> <br> Permissions required: Permission to access to the integration outgoing alert filter:

  • the user has read-only administrative right.
  • the integration's assigned team is one of the teams that the user belongs to.
get/api/{cloudId}/v1/integrations/{integrationId}/outgoing/alert-filter/main

Path parameters

idstring required

ID of the integration.

Response

Returned if the request is successful.

conditionMatchType'match-all' | 'match-any-condition' | 'match-all-conditions'

It is condition match type of the action. It can be match-all, match-any-condition or match-all-conditions

Example response

{
  "conditions": []
}