Skip to content

Commit 6728925

Browse files
finish API testing tool remediation
SFI work
1 parent 9872725 commit 6728925

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

articles/sentinel/create-codeless-connector.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,9 @@ Research the following components and verify support for them in the [Data Conne
5252

5353
1. Pagination options to the data source
5454

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:
5658

5759
- [Visual Studio Code](https://code.visualstudio.com/download) with an [extension from Visual Studio Marketplace](https://marketplace.visualstudio.com/vscode)
5860
- [PowerShell Invoke-RestMethod](/powershell/module/microsoft.powershell.utility/invoke-restmethod)
@@ -119,7 +121,7 @@ Notes:
119121
2) Since this is a type of API polling connector, set the `connectivityCriteria` type to `hasDataConnectors`
120122
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.
121123

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

124126
To learn from an example, see the [Data connector definitions reference example section](data-connector-ui-definitions-reference.md#example-data-connector-definition).
125127

@@ -134,7 +136,7 @@ For more information on building this section, see the [Data connector connectio
134136

135137
To learn from an example, see the [Data connector connection rules reference example](data-connector-connection-rules-reference.md#example-ccp-data-connector).
136138

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

139141
## Secure confidential input
140142

@@ -340,7 +342,7 @@ The following DCR defines a single stream `Custom-ExampleConnectorInput` using t
340342

341343
For more information on the structure of this example, see [Structure of a data collection rule](../azure-monitor/essentials/data-collection-rule-structure.md).
342344

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

345347
```json
346348
{

0 commit comments

Comments
 (0)