POST /accounts/{account_id}/cloudforce-one/events/create/bulk

The datasetId parameter must be defined. To list existing datasets (and their IDs) in your account, use the List Datasets endpoint.

Servers

Path parameters

Name Type Required Description
account_id Number Yes

Account ID

Request headers

Name Type Required Description
Content-Type String Yes The media type of the request body.

Default value: "application/json"

Request body fields

Name Type Required Description
data[] Array Yes
data[].datasetId String No
data[].indicatorType String Yes
data[].accountId Number No
data[].event String Yes
data[].targetIndustry String No
data[].indicator String No
data[].tlp String Yes
data[].date String Yes
data[].targetCountry String No
data[].category String Yes
data[].attacker String Yes
data[].tags[] Array No
data[].attackerCountry String Yes
data[].raw Object Yes
data[].raw.source String No
data[].raw.data No
data[].raw.tlp String No
datasetId String Yes

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.