Events

Publish an event

post/events/publish/{eventId}

Path parameters

string required
OR
string uuid required
Example:12345

UUID or numeric ID of the event

Response

Publish event response

namestring
messagestring
urlstring
idstring

Example response

{
  "name": "Publish",
  "message": "Job queued",
  "url": "https://misp.local/events/alert/1"
}

Changes

No recorded changes to this endpoint across all 50 revisions of this API.