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

*string

The MongoDB ObjectID for this specific channel configuration entry.

SquadcastTeamID

string

✔️

The MongoDB ObjectID of the corresponding team in Squadcast.

SquadcastTeamName

string

✔️

The name of the corresponding team in Squadcast.

IsAllServices

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.

MsteamsChannelID

string

✔️

The unique identifier of the target channel in MS Teams.

MsteamsChannelName

string

✔️

The display name of the target channel in MS Teams.

Last updated