Skip to main content

LIST Targets

GET 

/workspaces/:workspaceId/alerting/targets

LIST Targets

Request

Path Parameters

    workspaceId uuidrequired

Query Parameters

    type string

    Possible values: [Slack, AzureServiceBus, EmailGroup]

    A destination the alert is sent to.

Responses

List of targets

Schema

  • Array [

  • name stringrequired
    type stringrequired

    Possible values: [Slack, AzureServiceBus, EmailGroup]

    Allowed values: Slack, AzureServiceBus, EmailGroup

    properties

    object

    required

    uri urinullable

    Applicable to 'Slack' target.

    connectionString stringnullable

    Applicable to 'ServiceBus' target.

    entityPath stringnullable

    Applicable to 'ServiceBus' target.

    emails string[]nullable

    Applicable to 'EmailGroup' target.

  • ]

Loading...