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-legacy.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -584,7 +584,7 @@ After creating your [JSON configuration file](#create-a-connector-json-configura
584
584
585
585
# [Connect via API](#tab/connect-via-api)
586
586
587
-
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).
587
+
Use the [CONNECT](/rest/api/securityinsights/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).
588
588
589
589
Use the following API attributes, depending on the [authType](#authtype) defined. For each `authType` parameter, all listed attributes are mandatory and are string values.
Copy file name to clipboardExpand all lines: articles/sentinel/create-codeless-connector.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -103,7 +103,7 @@ To understand how to create a complex DCR with multiple data flows, see the [DCR
103
103
104
104
This component renders the UI for the data connector in the Microsoft Sentinel data connector gallery. Each data connector may have only one UI definition.
105
105
106
-
Build the data connector user interface with the **Data Connector Definition** API. Use the [Data connector definitions reference](data-connector-ui-definitions-reference.md) as a supplement to explain the API elements in greater detail.
106
+
Build the data connector user interface with the [**Data Connector Definition** API](/rest/api/securityinsights/data-connector-definitions). Use the [Data connector definitions reference](data-connector-ui-definitions-reference.md) as a supplement to explain the API elements in greater detail.
107
107
108
108
Notes:
109
109
1) The `kind` property for API polling connector should always be `Customizable`.
Copy file name to clipboardExpand all lines: articles/sentinel/data-connector-ui-definitions-reference.md
+3-5Lines changed: 3 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,15 +12,15 @@ ms.author: austinmc
12
12
13
13
# Data connector definitions reference for the Codeless Connector Platform
14
14
15
-
To create a data connector with the Codeless Connector Platform (CCP), use this document as a supplement to the Microsoft Sentinel REST API for Data Connector Definitions reference docs. Specifically this reference document expands on the following section:
15
+
To create a data connector with the Codeless Connector Platform (CCP), use this document as a supplement to the [Microsoft Sentinel REST API for Data Connector Definitions](/rest/api/securityinsights/data-connector-definitions) reference docs. Specifically this reference document expands on the following section:
16
16
17
17
-`connectorUiConfig` - defines the visual elements and text displayed on the data connector page in Microsoft Sentinel.
18
18
19
19
For more information, see [Create a codeless connector](create-codeless-connector.md).
20
20
21
21
## Data connector definitions - Create or update
22
22
23
-
Reference the Create Or Update operation in the REST API docs to find the latest stable or preview API version. The difference between the `create` and the `update` operation is the update requires the `etag` value.
23
+
Reference the Create Or Update operation in the REST API docs to find the latest stable or preview API version. Only the `update` operation requires the `etag` value.
For more information, see [Data Connector Definitions - Create or Update URI Parameters](/rest/api/securityinsights/data-connectors/create-or-update#uri-parameters)
33
-
34
32
|Name | Description |
35
33
|---------|---------|
36
34
|**dataConnectorDefinition**| The data connector definition must be a unique name and is the same as the `name` parameter in the [request body](#request-body).|
@@ -335,7 +333,7 @@ Some **InstallAgent** types appear as a button, others appear as a link. Here ar
335
333
336
334
## Example data connector definition
337
335
338
-
The following example brings together some of the components defined in this article as a JSON body format to use with the Create Or Update data connector API.
336
+
The following example brings together some of the components defined in this article as a JSON body format to use with the Create Or Update data connector definition API.
339
337
340
338
For more examples of the `connectorUiConfig` review [other CCP data connectors](https://github.com/Azure/Azure-Sentinel/tree/master/DataConnectors#codeless-connector-platform-ccp-preview--native-microsoft-sentinel-polling). Even connectors using the legacy CCP have valid examples of the UI creation.
Copy file name to clipboardExpand all lines: articles/sentinel/threat-intelligence-integration.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -149,12 +149,12 @@ For more information about how to find and manage the solutions, see [Discover a
149
149
### Recorded Future Security Intelligence Platform
150
150
151
151
- Find and enable incident enrichment playbooks for [Recorded Future](https://www.recordedfuture.com/integrations/microsoft-azure/) in the [Microsoft Sentinel GitHub repository](https://github.com/Azure/Azure-Sentinel/tree/master/Playbooks). Search for subfolders beginning with "RecordedFuture_".
152
-
- See the Recorded Future Logic App [connector documentation](/connectors/recordedfuture/).
152
+
- See the Recorded Future Logic App [connector documentation](/connectors/recordedfuturev2/).
153
153
154
154
### ReversingLabs TitaniumCloud
155
155
156
156
- Find and enable incident enrichment playbooks for [ReversingLabs](https://www.reversinglabs.com/products/file-reputation-service) in the [Microsoft Sentinel GitHub repository](https://github.com/Azure/Azure-Sentinel/tree/master/Solutions/ReversingLabs/Playbooks/ReversingLabs-EnrichFileHash).
157
-
- See the ReversingLabs Intelligence Logic App connector documentation.
157
+
- See the ReversingLabs TitaniumCloud Logic App [connector documentation](/connectors/reversinglabstitaniu/).
0 commit comments