Skip to content

Commit b225a9a

Browse files
committed
removed api
1 parent c8eebd9 commit b225a9a

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

articles/sentinel/microsoft-sentinel-defender-portal.md

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -138,25 +138,6 @@ The following table lists the changes in navigation between the Azure and Defend
138138
| Settings | System > Settings > Microsoft Sentinel |
139139

140140

141-
### API responses
142-
143-
The unified experience in the Defender portal introduces notable changes to incidents and alerts from APIs. It supports API calls based on the [Microsoft Graph REST API v1.0](/graph/api/resources/security-api-overview?view=graph-rest-1.0), which can be used for automation related to alerts, incidents, advanced hunting, and more.
144-
145-
The [Microsoft Sentinel API](/rest/api/securityinsights/api-versions) continues to support actions against Microsoft Sentinel resources, like analytics rules, automation rules and more. For interacting with unified incidents and alerts, we recommend that you use the Microsoft Graph REST API.
146-
If you're using the Microsoft Sentinel `SecurityInsights` API to interact with Microsoft Sentinel incidents, you may need to update your automation conditions and trigger criteria due to changes in the response body. The following fields are important in the response snippets:
147-
148-
The following table lists fields that are important in the response snippets, and compares them across the Azure and Defender portals:
149-
150-
| Functionality | Azure portal | Defender portal |
151-
|----------------|--------------|----------------|
152-
| Link to the incident| `incidentUrl`: The direct URL to the incident in the Microsoft Sentinel portal | `providerIncidentUrl` : This additional field provides a direct link to the incident, which can be used to synchronize this information with a third-party ticketing system like ServiceNow. `incidentUrl` is still available, but it points to the Microsoft Sentinel portal. |
153-
| The sources that triggered the detection and published the alert | `alertProductNames` | `alertProductNames`: Requires adding `?$expand=alerts` to the GET. For example, `https://graph.microsoft.com/v1.0/security/incidents/368?$expand=alerts`|
154-
| The name of the alert provider| `providerName` = "Azure Sentinel" | `providerName` = "Microsoft XDR" |
155-
| The service or product that created the alert | |`serviceSource` For example, "microsoftDefenderForCloudApps" |
156-
| The detection technology or sensor that identified the notable component or activity | | `detectionSource` For example, "cloudAppSecurity"|
157-
| The name of the product which published this alert. | |`productName` For example, "Microsoft Defender for Cloud Apps" |
158-
159-
160141
## Related content
161142

162143
- [Microsoft Defender XDR integration with Microsoft Sentinel](microsoft-365-defender-sentinel-integration.md)

0 commit comments

Comments
 (0)