Skip to content
Start here

Datasets

Lists all datasets in an account
GET/accounts/{account_id}/cloudforce-one/events/dataset
Reads a dataset
GET/accounts/{account_id}/cloudforce-one/events/dataset/{dataset_id}
Creates a dataset
POST/accounts/{account_id}/cloudforce-one/events/dataset/create
Updates an existing dataset
PATCH/accounts/{account_id}/cloudforce-one/events/dataset/{dataset_id}
Delete a dataset
DELETE/accounts/{account_id}/cloudforce-one/events/dataset/{dataset_id}
Reads raw data for an event by UUID
GET/accounts/{account_id}/cloudforce-one/events/raw/{dataset_id}/{event_id}
ModelsExpand Collapse
DatasetListResponse = array of object { isPublic, name, uuid, deletedAt }
isPublic: boolean
name: string
uuid: string
deletedAt: optional string
DatasetGetResponse object { isPublic, name, uuid, deletedAt }
isPublic: boolean
name: string
uuid: string
deletedAt: optional string
DatasetCreateResponse object { isPublic, name, uuid, deletedAt }
isPublic: boolean
name: string
uuid: string
deletedAt: optional string
DatasetEditResponse object { isPublic, name, uuid, deletedAt }
isPublic: boolean
name: string
uuid: string
deletedAt: optional string
DatasetDeleteResponse object { name, uuid }
name: string
uuid: string
DatasetRawResponse object { id, accountId, created, 3 more }
id: number
accountId: number
created: string
data: string
source: string
tlp: string

DatasetsHealth

DatasetsEvents

Reads an event
GET/accounts/{account_id}/cloudforce-one/events/dataset/{dataset_id}/events/{event_id}
ModelsExpand Collapse
EventGetResponse object { attacker, attackerCountry, attackerCountryAlpha3, 26 more }
attacker: string
attackerCountry: string
attackerCountryAlpha3: string
category: string
datasetId: string
date: string
event: string
hasChildren: boolean
indicator: string
indicatorType: string
indicatorTypeId: number
killChain: number
mitreAttack: array of string
mitreCapec: array of string
numReferenced: number
numReferences: number
rawId: string
referenced: array of string
referencedIds: array of number
references: array of string
referencesIds: array of number
tags: array of string
targetCountry: string
targetCountryAlpha3: string
targetIndustry: string
tlp: string
uuid: string
insight: optional string
releasabilityId: optional string