v1

latestOpenAPI 3.0.02026-07-17166300328.1 KB
Events

Edit event

put/events/edit/{eventId}

Path parameters

string required
OR
string uuid required
Example:12345

UUID or numeric ID of the event

Request body

org_idstring
distribution'0' | '1' | '2' | '3' | '4' | '5'

Who will be able to see this event once it becomes published and eventually when it becomes pulled:

  • 0 - Your organization only
  • 1 - This community only
  • 2 - Connected communities
  • 3 - All communities
  • 4 - Sharing group
  • 5 - Inherit Event
infostring
orgc_idstring
uuidstring uuid
datestring
publishedboolean
analysis'0' | '1' | '2'

Represents the analysis maturity level.

  • 0 - Initial
  • 1 - Ongoing
  • 2 - Complete
attribute_countstring
timestampstring nullable
proposal_email_lockboolean
lockedboolean
threat_level_id'1' | '2' | '3' | '4'

Represents the threat level.

  • 1 - High
  • 2 - Medium
  • 3 - Low
  • 4 - Undefined
publish_timestampstring
sighting_timestampstring
disable_correlationboolean
extends_uuidstring nullable
event_creator_emailstring email

Example request

{
  "org_id": "12345",
  "distribution": "4",
  "info": "logged source ip",
  "orgc_id": "12345",
  "uuid": "c99506a6-1255-4b71-afa5-7b8ba48c3b1b",
  "date": "1991-01-15",
  "attribute_count": "321",
  "timestamp": "1617875568",
  "sharing_group_id": "1",
  "publish_timestamp": "1617875568",
  "sighting_timestamp": "1617875568",
  "extends_uuid": "c99506a6-1255-4b71-afa5-7b8ba48c3b1b"
}

Response

A freshly updated event