Skip to main content

List channels

List notification channels by NRN

Path Parameters
nrn string REQUIRED

The resource (application, scope, etc.) under which the channel has been created.

Example: organization=1:account=2:namespace=4:application=4:scope=5

Responses
200

The channel was correctly retrieved

Schema OPTIONAL
paging object OPTIONAL
offset integer OPTIONAL

The start of the paging window. Minimum is 0.

limit integer OPTIONAL

Maximum number of elements to retrieve per call. Maximum is 200.

total integer OPTIONAL

Total number of elements that can be retrieved

results object[] OPTIONAL
id integer

A system-wide unique ID representing the notification channel

nrn string

The NRN of the resource (including children resources) where the action will apply

type string

Possible values: [slack, http, github, gitlab, azure]

configuration object
token string OPTIONAL

[Slack] The Slack token

channels string[] OPTIONAL

[Slack] An array of Slack channels

url string OPTIONAL

[HTTP] The URL where the notifications will be sent