You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CloudAppSecurityDocs/discovered-apps-api-graph.md
+6-7Lines changed: 6 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,17 +2,16 @@
2
2
title: Work with discovered apps via Graph API | Microsoft Defender for Cloud Apps
3
3
description: Learn how to work with apps discovered by Microsoft Defender for Cloud Apps via Graph API.
4
4
ms.topic: how-to #Don't change
5
-
ms.date: 06/24/2024
6
-
5
+
ms.date: 06/18/2025
7
6
#customer intent: As a security engineer, I want to work with discovered apps via API so that I can customize and automate the Microsoft Defender for Cloud Apps **Discovered apps** page functionality.
8
-
9
7
---
10
8
11
9
# Work with discovered apps via Graph API (Preview)
12
10
13
11
Microsoft Defender for Cloud Apps supports a Microsoft Graph API that you can use to work with discovered cloud apps, to customize and automate the **Discovered apps** page functionality in the Microsoft Defender portal.
14
12
15
-
This article provides sample procedures for using the [uploadedStreams API](/graph/api/security-datadiscoveryreport-list-uploadedstreams?view=graph-rest-beta) for common purposes.
13
+
This article provides sample procedures for using the [uploadedStreams API](/graph/api/security-datadiscoveryreport-list-uploadedstreams?view=graph-rest-beta&preserve-view=true&tabs=http) for common purposes.
14
+
16
15
17
16
## Prerequisites
18
17
@@ -22,7 +21,7 @@ Before you start using the Graph API, make sure to create an app and get an acce
22
21
23
22
- Take note of your app secret and copy its value to use later on in your scripts.
24
23
25
-
You'll also need cloud app data streaming into Microsoft Defender for Cloud Apps.
24
+
- You need cloud app data streaming into Microsoft Defender for Cloud Apps.
26
25
27
26
For more information, see:
28
27
@@ -36,7 +35,7 @@ For more information, see:
36
35
To get a high level summary of all the data available on your **Discovered apps** page, run the following GET command:
37
36
38
37
```http
39
-
GET https://graph.microsoft.com/beta/dataDiscovery/cloudAppDiscovery/uploadedStreams
38
+
GET https://graph.microsoft.com/beta/security/dataDiscovery/cloudAppDiscovery/uploadedStreams
40
39
```
41
40
42
41
To drill down to data for a specific stream:
@@ -88,4 +87,4 @@ GET https://graph.microsoft.com/beta/security/dataDiscovery/cloudAppDiscovery
88
87
89
88
## Related content
90
89
91
-
For more information, see [Working with discovered apps](discovered-apps.md) and the [Microsoft Graph API reference](/graph/api/resources/security-cloudappdiscovery-overview?view=graph-rest-beta).
90
+
For more information, see [Working with discovered apps](discovered-apps.md) and the [Microsoft Graph API reference](/graph/api/resources/security-cloudappdiscovery-overview?view=graph-rest-beta&preserve-view=true).
0 commit comments