Skip to main content

Test-Message Log Event JSON Format

Abstract

Describes the JSON log event fields of the Log Streaming Test-Message and provides an example.

This log event is generated when the Administrator generates a test message using the Administration portal. Refer to Test Log Streaming

The JSON for this message contains the Header fields and no log JSON object. For more information on the Header, refer to Log Event Header Fields.

Example of a Test-Message Log Event
{
  "CloudConnexaLogVersion": 1,
  "timestamp": "2023-11-09T10:28:04.239880Z",
  "cloudId": "test",
  "service": "CloudConnexa",
  "traceId": "0a94d102-8c98-4117-8b0e-5205d9788e67",
  "publicIp": "100.96.3.11",
  "initiator": "2cc6965a-267e-40b2-9b67-ef2a9ecc2fe6",
  "initiatorRole": "Admin",
  "initiatorType": "User",
  "initiatorName": "My Admin",
  "parentEntity": "e7856d84-d6b6-4803-94e1-b14e1abe483c",
  "parentEntityType": "UserGroup",
  "parentEntityName": "Default",
  "category": "Activity.Admin",
  "eventName": "test-message",
  "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36"
}