Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 727 Bytes

org-event.md

File metadata and controls

34 lines (25 loc) · 727 Bytes

Org Event

This model accepts additional fields of type interface{}.

Structure

OrgEvent

Fields

Name Type Tags Description
OrgId *uuid.UUID Optional -
Text *string Optional -
Timestamp *float64 Optional -
Type *string Optional -
AdditionalProperties map[string]interface{} Optional -

Example (as JSON)

{
  "org_id": "a97c1b22-a4e9-411e-9bfd-d8695a0f9e61",
  "text": "authentication failed, API key invalid",
  "timestamp": 1685658478.0,
  "type": "CRADLEPOINT_SYNC_FAILED",
  "exampleAdditionalProperty": {
    "key1": "val1",
    "key2": "val2"
  }
}