Hierarchy

  • TeamsApi

Constructors

Properties

configuration: Configuration
requestFactory: TeamsApiRequestFactory
responseProcessor: TeamsApiResponseProcessor

Methods

  • This endpoint attempts to link your existing Datadog teams with GitHub teams by matching their names. It evaluates all current Datadog teams and compares them against teams in the GitHub organization connected to your Datadog account, based on Datadog Team handle and GitHub Team slug (lowercased and kebab-cased).

    This operation is read-only on the GitHub side, no teams will be modified or created.

    A GitHub organization must be connected to your Datadog account, and the GitHub App integrated with Datadog must have the Members Read permission. Matching is performed by comparing the Datadog team handle to the GitHub team slug using a normalized exact match; case is ignored and spaces are removed. No modifications are made to teams in GitHub. This will not create new Teams in Datadog.

    Parameters

    Returns Promise<void>

Generated using TypeDoc