Skip to main content

Feeding Configuration

Variables

KeydataTypeexampledescription
trackingPaylodbooleantrue (default: true)flag to disable tracking of the payload
urlslist.stringTODO
regexstring".*"TODO
fullFeedPageSizestring"500"The page size for the fullfeed. Value must be a string
mapAttributeFieldsbooleantrueFlag to enable the mapping of all attributes
expectedDocumentCountlong491371The 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"
]
}