provider Microsoft Teams Integration GET /api/v2/integration/ms-teams/configuration/channel/{tenant_name}/{team_name}/{channel_name}
@utdk/datadog /api/v2/integration/ms-teams/configuration/channel/{tenant_name}/{team_name}/{channel_name}
Get channel information by name
Get the tenant, team, and channel ID of a channel in the Datadog Microsoft Teams integration.
tenant_name path required
Your tenant name.
string
team_name path required
Your team name.
string
channel_name path required
Your channel name.
string

Try it

Authentication
Configure credentials for Datadog API V2 Collection
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.

Saved automatically to browser storage.

getchannelbyname
GET/api/v2/integration/ms-teams/configuration/channel/{tenant_name}/{team_name}/{channel_name}
Get the tenant, team, and channel ID of a channel in the Datadog Microsoft Teams integration.

Parameters

required

Your tenant name.

required

Your team name.

required

Your channel name.

Enter a gateway URL above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import datadog from '@utdk/datadog';

await datadog.getchannelbyname()