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
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,7 +52,9 @@ Research the following components and verify support for them in the [Data Conne
52
52
53
53
1. Pagination options to the data source
54
54
55
-
We also recommend testing your components with an API testing tool like one of the following:
55
+
### Testing APIs
56
+
57
+
We recommend testing your components with an API testing tool like one of the following:
56
58
57
59
-[Visual Studio Code](https://code.visualstudio.com/download) with an [extension from Visual Studio Marketplace](https://marketplace.visualstudio.com/vscode)
2) Since this is a type of API polling connector, set the `connectivityCriteria` type to `hasDataConnectors`
120
122
3) The example `instructionsSteps` include a button of type `ConnectionToggleButton`. This button helps trigger the deployment of data connector rules based on the connection parameters specified.
121
123
122
-
Use Postman to call the data connector definitions API to create the data connector UI in order to validate it in the data connectors gallery.
124
+
Use an [API testing tool](#testing-apis) to call the data connector definitions API to create the data connector UI in order to validate it in the data connectors gallery.
123
125
124
126
To learn from an example, see the [Data connector definitions reference example section](data-connector-ui-definitions-reference.md#example-data-connector-definition).
125
127
@@ -134,7 +136,7 @@ For more information on building this section, see the [Data connector connectio
134
136
135
137
To learn from an example, see the [Data connector connection rules reference example](data-connector-connection-rules-reference.md#example-ccp-data-connector).
136
138
137
-
Use Postman to call the data connector API to create the data connector which combines the connection rules and previous components. Verify the connector is now connected in the UI.
139
+
Use an [API testing tool](#testing-apis) to call the data connector API to create the data connector which combines the connection rules and previous components. Verify the connector is now connected in the UI.
138
140
139
141
## Secure confidential input
140
142
@@ -340,7 +342,7 @@ The following DCR defines a single stream `Custom-ExampleConnectorInput` using t
340
342
341
343
For more information on the structure of this example, see [Structure of a data collection rule](../azure-monitor/essentials/data-collection-rule-structure.md).
342
344
343
-
To create this DCR in a test environment, follow the [Data Collection Rules API](/rest/api/monitor/data-collection-rules/create). Elements of the example in `{{double curly braces}}` indicate variables that require values with ease of use for Postman. When you create this resource in the ARM template, the variables expressed here are exchanged for parameters.
345
+
To create this DCR in a test environment, follow the [Data Collection Rules API](/rest/api/monitor/data-collection-rules/create). Elements of the example in `{{double curly braces}}` indicate variables that require values for ease of use with an [API testing tool](#testing-apis). When you create this resource in the ARM template, the variables expressed here are exchanged for parameters.
0 commit comments