Skip to content

Commit 966f0ee

Browse files
authored
Update universal-connector-source.md
Fix references
1 parent 17cd09e commit 966f0ee

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/send-data/hosted-collectors/cloud-to-cloud-integration-framework/universal-connector-source.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ Invalid examples:
125125

126126
#### Request Headers
127127

128-
Include any HTTP request headers required by the vendor API. The key names are static text, but the values can access our [template feature](#template-dynamic-values) to make them dynamic.
128+
Include any HTTP request headers required by the vendor API. The key names are static text, but the values can access our [variables feature](#dynamic-values) to make them dynamic.
129129

130130
| Example Header Key | Example Header Value |
131131
| :----------------- | :--------------------------- |
@@ -135,7 +135,7 @@ Include any HTTP request headers required by the vendor API. The key names are s
135135

136136
#### Request Parameters
137137

138-
Include any URL query parameters required by the vendor API. The key names are static text, but the values can access our [template feature](#template-dynamic-values) to make them dynamic.
138+
Include any URL query parameters required by the vendor API. The key names are static text, but the values can access our [varables feature](#dynamic-values) to make them dynamic.
139139

140140
| Example Header Key | Example Header Value |
141141
| :----------------- | :--------------------------------------------- |
@@ -148,7 +148,7 @@ Examples URL encoded:
148148

149149
#### Request Body
150150

151-
This is optional and only used if the HTTP `POST` method is configured above. You can use this field to include any information in the HTTP request body. The data included in this field can access our [template feature](#template-dynamic-values).
151+
This is optional and only used if the HTTP `POST` method is configured above. You can use this field to include any information in the HTTP request body. The data included in this field can access our [dynamic values](#dynamic-values).
152152

153153
</div>
154154
</details>
@@ -159,9 +159,9 @@ This is optional and only used if the HTTP `POST` method is configured above. Yo
159159

160160
#### Time Window
161161

162-
The source will provide both a start and end timestamp for you to [dynamically](#template-dynamic-values) use in your HTTP request. The window will only move forward if no errors are raised when collecting logs from the vendor API for the current window.
162+
The source will provide both a start and end timestamp for you to [dynamically](#dynamic-values) use in your HTTP request. The window will only move forward if no errors are raised when collecting logs from the vendor API for the current window.
163163

164-
Use the [template feature](#template-dynamic-values) to include the window start and end timestamps within your HTTP request.
164+
Use the [dynamic values](#dynamic-values) to include the window start and end timestamps within your HTTP request.
165165

166166
The start time is inclusive and the end time is exclusive as that is the behavior of most APIs.
167167

@@ -377,7 +377,7 @@ Sources can be configured using UTF-8 encoded JSON files with the Collector Ma
377377
| clientRateLimitBurst | Integer | Yes | `1000` | The number of requests the source is allowed to burst. | `1000` |
378378
| pollingInterval | String | Yes | `"5m"` | Set how frequently to poll for new data. It must be between 5 minutes and 48 hours. | `"5m"` |
379379

380-
## Dynamic Values Variables
380+
## Dynamic Values
381381

382382
The source has the ability to use dynamic values, like the window start time, into the values of certain fields providing flexibility in crafting the HTTP requests sent to the vendor API.
383383

0 commit comments

Comments
 (0)