Squadcast is now SolarWinds Incident Response
For the complete documentation index, see llms.txt. This page is also available as Markdown.

V3ExtensionsMSTeamsMSTeamsConfigResponse

The request body for creating or updating an MS Teams extension configuration.

Fields

Field
Type
Required
Description

custom_incident_alert_state

A user-friendly way to configure which incident action alerts are active. This is translated by the backend into the 'triggers.custom' array.

id

Optional[str]

The MongoDB ObjectID of the extension document. Should be included for updates.

organization_id

Optional[str]

The MongoDB ObjectID of the organization this extension belongs to.

default_conversation_name

str

✔️

The display name for the default conversation/channel.

default_conversation_id

str

✔️

The unique identifier for the default MS Teams conversation/channel.

is_active

bool

✔️

A master switch to enable or disable the entire integration.

is_default_active

bool

✔️

Determines if notifications should be sent to the default channel.

is_custom_channels_active

bool

✔️

Determines if notifications should be sent to custom-configured channels.

triggers

✔️

Configuration for which alerts are sent to the MS Teams channel.

tenant_id

str

✔️

The Azure AD Tenant ID of the organization that owns this extension.

from_id

str

✔️

The Azure AD Object ID of the user who created this extension.

connected_teams

✔️

A list of all MS Teams (teams) connected to this organization.

Last updated