POST
/
signals
/
create
/
{collection}
Create a signals collection
curl --request POST \
  --url https://{FUSION HOST}/api/signals/create/{collection} \
  --header 'Authorization: Basic <encoded-value>' \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "collection": "<string>",
  "signalsCollection": "<string>",
  "signalsAggrCollection": "<string>"
}

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Path Parameters

collection
string
required

The primary collection for which to create a new signals collection.

Body

application/json · object

Response

200 - */*

OK

The response is of type object.