Skip to content

Commit 0cfe244

Browse files
authored
Revert "Add a reference links to incident integrations (#29480)" (#29638)
This reverts commit 02480ba.
1 parent 02480ba commit 0cfe244

File tree

4 files changed

+48
-36
lines changed

4 files changed

+48
-36
lines changed

content/en/service_management/incident_management/guides/_index.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,6 @@ cascade:
2020
{{< whatsnext desc="Integrations:">}}
2121
{{< nextlink href="/service_management/incident_management/guides/jira" >}}Jira{{< /nextlink >}}
2222
{{< nextlink href="/service_management/incident_management/guides/statuspage" >}}Statuspage{{< /nextlink >}}
23-
{{< nextlink href="/integrations/servicenow/#configure-incident-management" >}}ServiceNow{{< /nextlink >}}
24-
{{< nextlink href="/integrations/zoom_incident_management" >}}Zoom{{< /nextlink >}}
25-
{{< nextlink href="/coscreen/?tab=desktop#coscreen--datadog-incident-management" >}}CoScreen{{< /nextlink >}}
26-
{{< nextlink href="/integrations/pagerduty" >}}PagerDuty{{< /nextlink >}}
2723
{{< /whatsnext >}}
2824

2925

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
---
2+
title: Zoom Integration
3+
description: Connect Zoom to Datadog to help your team collaborate
4+
private: true
5+
---
6+
7+
## Overview
8+
9+
By connecting Zoom and Datadog, you can quickly create Zoom meetings to collaborate with your team on active incidents.
10+
11+
## Setup
12+
13+
### Installation
14+
15+
To install the Datadog for Zoom app:
16+
17+
1. In Datadog, find the Incidents Settings page under **Service Management**.
18+
2. Go to **Integrations** and enable the **Automatically create a meeting in Zoom for every incident** toggle. This setting replaces the **Add Video Call** button with a **Start Zoom Call** button for one-click Zoom meeting creation from Datadog's incident overview page.
19+
3. When you click the **Start Zoom Call** button, you are prompted to add the Datadog Zoom App. Be sure to allow it to view and manage information on Zoom's behalf.
20+
21+
## Usage
22+
23+
Once the app has been installed, you can click the **Start Zoom Call** button from an incident to create a new Zoom call and link it to the incident automatically.
24+
25+
## Permissions
26+
27+
Datadog for Zoom requires the following OAuth Scopes. For more information, see the [Zoom OAuth scopes documentation][2].
28+
29+
### User-level Scopes
30+
31+
| Scopes | Request Reason |
32+
|--------------------------|----------------------------------------------------------------------------------------------------------------|
33+
| `meeting:write` | Create meetings when users click **Start Zoom Call** in the Incident Management product. |
34+
35+
## Removing the App
36+
To remove the Datadog for Zoom app:
37+
38+
1. Log into your Zoom account and navigate to the Zoom App Marketplace.
39+
2. Click **Manage** > **Added Apps**, or search for the **Datadog** app.
40+
3. Click the **Datadog** app.
41+
4. Click **Remove**.
42+
43+
## Troubleshooting
44+
45+
Need help? Contact [Datadog support][1].
46+
47+
[1]: /help/
48+
[2]: https://developers.zoom.us/docs/integrations/oauth-scopes/

local/bin/py/build/configurations/pull_config.yaml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -123,22 +123,6 @@
123123
- "*/assets/metrics/metric-spec.yaml"
124124
- "*/README.md"
125125
- "*/datadog_checks/*/__about__.py"
126-
- action: pull-and-push-file
127-
branch: main
128-
globs:
129-
- "zoom_incident_management/README.md"
130-
options:
131-
dest_path: '/integrations/'
132-
file_name: 'zoom_incident_management.md'
133-
front_matters:
134-
dependencies: ["https://github.com/DataDog/integrations-internal-core/blob/main/zoom_incident_management/README.md"]
135-
public_title: Zoom Incident Management
136-
custom_kind: integration
137-
name: zoom_incident_management
138-
is_public: true
139-
integration_title: Zoom Incident Management
140-
aliases:
141-
- /service_management/incident_management/zoom_integration
142126

143127
# - repo_name: marketplace
144128
# contents:

local/bin/py/build/configurations/pull_config_preview.yaml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -123,22 +123,6 @@
123123
- "*/assets/metrics/metric-spec.yaml"
124124
- "*/README.md"
125125
- "*/datadog_checks/*/__about__.py"
126-
- action: pull-and-push-file
127-
branch: main
128-
globs:
129-
- "zoom_incident_management/README.md"
130-
options:
131-
dest_path: '/integrations/'
132-
file_name: 'zoom_incident_management.md'
133-
front_matters:
134-
dependencies: ["https://github.com/DataDog/integrations-internal-core/blob/main/zoom_incident_management/README.md"]
135-
public_title: Zoom Incident Management
136-
custom_kind: integration
137-
name: zoom_incident_management
138-
is_public: true
139-
integration_title: Zoom Incident Management
140-
aliases:
141-
- /service_management/incident_management/zoom_integration
142126

143127
# - repo_name: marketplace
144128
# contents:

0 commit comments

Comments
 (0)