circle-info
Squadcast is now SolarWinds Incident Response

V3ExtensionsMSTeamsChannelConfiguration

Defines a mapping from a Squadcast Team/Service to a specific MS Teams channel.

Fields

Field
Type
Required
Description

id

Optional[str]

The MongoDB ObjectID for this specific channel configuration entry.

squadcast_team_id

str

✔️

The MongoDB ObjectID of the corresponding team in Squadcast.

squadcast_team_name

str

✔️

The name of the corresponding team in Squadcast.

is_all_services

bool

✔️

If true, alerts for all services in the Squadcast Team are sent to this channel.

services

✔️

An array of specific services to route to this channel. Used when 'is_all_services' is false.

msteams_channel_id

str

✔️

The unique identifier of the target channel in MS Teams.

msteams_channel_name

str

✔️

The display name of the target channel in MS Teams.

Last updated