Feeding Configuration
Variables
| Key | dataType | example | description |
|---|---|---|---|
| trackingPaylod | boolean | true (default: true) | flag to disable tracking of the payload |
| urls | list.string | TODO | |
| regex | string | ".*" | TODO |
| fullFeedPageSize | string | "500" | The page size for the fullfeed. Value must be a string |
| mapAttributeFields | boolean | true | Flag to enable the mapping of all attributes |
| expectedDocumentCount | long | 491371 | The expected document count. To show a progress bar in the ui |
Security Ids
To secure feeding configurations we have securityIds field.
You can use security configuration for feeding-api-integration
For the information how to create and use security configuration see security
Example
{
"securityIds": [
"security-api-key",
"security-public",
"security-basic-auth"
]
}