POST
/
query
/
{id}
/
signals

Path Parameters

id
string
required

The profile's ID

Query Parameters

pipeline
string

An optional parameter to define a specific index pipeline to be used while indexing these signals. If none is defined, the pre-configured _signals_ingest pipeline will be used. 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'.

commit
boolean

'True' to commit to Solr at the end of indexing.

async
boolean
default:false

'True' to index signals in asynchronous mode, which issues an autoCommit and does not report failures.

Body

application/json · object[]

JSON-formatted signals data

The body is of type object[].

Response

default

successful operation