Index JSON-formatted response signals into the signal collection specified in a query profile. Usually this means signal documents were previously processed by another pipeline.
Basic authentication header of the form Basic <encoded-value>
, where <encoded-value>
is the base64-encoded string username:password
.
The query profile ID.
An index pipeline to use for processing signals. Note that the index pipeline must end with a Solr Indexer stage, and in this stage the enforce_schema
property must be set to 'true'.
Whether to commit signals to the collection immediately after indexing.
Whether to execute the request asynchronously. If true, an autoCommit is issued and failures are not reported.
OK
The response is of type string
.