Index an event signal into the specified collection. The JSON request body describes the signal’s attributes.
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
The data collection to which this signal belongs.
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 each one. The setting is not recommended in production and performance testing because it negatively impacts performance. Instead, consider letting the defaults of the Solr collection dictate the commit frequency.
Whether to execute the request asynchronously. If true, an autoCommit is issued and failures are not reported.
OK
The response is of type object.