Skip to content

Commit 750b7d1

Browse files
authored
adding links to API pages
------- cc: @batamig
1 parent 7821e19 commit 750b7d1

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

articles/sentinel/create-codeless-connector.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -579,7 +579,9 @@ After creating your [JSON configuration file](#create-a-connector-json-configura
579579

580580
1. Authenticate to the Azure API. For more information, see [Getting started with REST](/rest/api/azure/).
581581

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.
583585

584586
---
585587

@@ -595,7 +597,7 @@ After creating your [JSON configuration file](#create-a-connector-json-configura
595597

596598
# [Connect via API](#tab/connect-via-api)
597599

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).
599601

600602
Use the following API attributes, depending on the [authType](#authtype) defined. For each `authType` parameter, all listed attributes are mandatory and are string values.
601603

@@ -632,7 +634,7 @@ Use one of the following methods:
632634
633635
- **Azure portal**: In your Microsoft Sentinel data connector page, select **Disconnect**.
634636
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:
636638
637639
```rest
638640
https://management.azure.com /subscriptions/{{SUB}}/resourceGroups/{{RG}}/providers/Microsoft.OperationalInsights/workspaces/{{WS-NAME}}/providers/Microsoft.SecurityInsights/dataConnectors/{{Connector_Id}}/disconnect?api-version=2021-03-01-preview

0 commit comments

Comments
 (0)