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: articles/sentinel/create-codeless-connector.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -579,7 +579,9 @@ After creating your [JSON configuration file](#create-a-connector-json-configura
579
579
580
580
1. Authenticate to the Azure API. For more information, see [Getting started with REST](/rest/api/azure/).
581
581
582
-
1. Invoke an `UPSERT` API call to Microsoft Sentinel to deploy your new connector. Your data connector is deployed to your Microsoft Sentinel workspace, and is available on the **Data connectors** page.
582
+
1. Invoke a [CREATE or UPDATE](/rest/api/securityinsights/preview/data-connectors/create-or-update) API call to Microsoft Sentinel to deploy your new connector. In the request body, define the `kind` value as `APIPolling`.
583
+
584
+
Your data connector is deployed to your Microsoft Sentinel workspace, and is available on the **Data connectors** page.
583
585
584
586
---
585
587
@@ -595,7 +597,7 @@ After creating your [JSON configuration file](#create-a-connector-json-configura
595
597
596
598
# [Connect via API](#tab/connect-via-api)
597
599
598
-
Use the `CONNECT` endpoint to send a PUT method and pass the JSON configuration directly in the body of the message. For more information, see [auth configuration](#auth-configuration).
600
+
Use the [CONNECT](/rest/api/securityinsights/preview/data-connectors/connect) endpoint to send a PUT method and pass the JSON configuration directly in the body of the message. For more information, see [auth configuration](#auth-configuration).
599
601
600
602
Use the following API attributes, depending on the [authType](#authtype) defined. For each `authType` parameter, all listed attributes are mandatory and are string values.
601
603
@@ -632,7 +634,7 @@ Use one of the following methods:
632
634
633
635
- **Azure portal**: In your Microsoft Sentinel data connector page, select **Disconnect**.
634
636
635
-
- **API**: Use the DISCONNECT API to send a PUT call with an empty body to the following URL:
637
+
- **API**: Use the [DISCONNECT](/rest/api/securityinsights/preview/data-connectors/disconnect) API to send a PUT call with an empty body to the following URL:
0 commit comments