Skip to content

Commit acdb22b

Browse files
authored
cleanup
1 parent fa48163 commit acdb22b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/sentinel/create-codeless-connector.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ This section describes the configuration for how data is polled from your data s
348348

349349
The following code shows the syntax of the `pollingConfig` section of the [CCP configuration](#create-a-connector-json-configuration-file) file.
350350

351-
```rest
351+
```json
352352
"pollingConfig": {
353353
auth": {
354354
"authType": <string>,
@@ -528,7 +528,7 @@ The `paging` section of the [pollingConfig](#configure-your-connectors-polling-s
528528

529529
The following code shows an example of the `pollingConfig` section of the [CCP configuration](#create-a-connector-json-configuration-file) file:
530530

531-
```rest
531+
```json
532532
"pollingConfig": {
533533
"auth": {
534534
"authType": "APIKey",
@@ -663,7 +663,7 @@ After creating your [JSON configuration file](#create-a-connector-json-configura
663663

664664
If you're using a [template configuration file with placeholder data](#add-placeholders-to-your-connectors-json-configuration-file), send the data together with the `placeHolderValue` attributes that hold the user data. For example:
665665

666-
```rest
666+
```json
667667
"requestConfigUserInputValues": [
668668
{
669669
"displayText": "<A display name>",
@@ -690,7 +690,7 @@ Use one of the following methods:
690690

691691
- **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:
692692

693-
```rest
693+
```http
694694
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
695695
```
696696

0 commit comments

Comments
 (0)