LegacyLog
LegacyLog
Legacy format logs for early access usage
| Field | Argument | Type | Description |
|---|---|---|---|
| nodeId | ID! | A globally unique identifier. Can be used in various places throughout the system to identify this single value. | |
| id | UUID! | ||
| orgId | UUID! | The id of the organization of affected user. | |
| teamId | UUID | ||
| action | String | ||
| objectType | String | The type of object that got actioned. | |
| objectId | UUID | The id of the object that got actioned. | |
| extra | JSON | The additional data that related to the action. | |
| actionedBy | UUID | The id of user who actioned. | |
| actionedAt | Datetime | The timestamp of actioned. | |
| clientAddr | InternetAddress | ||
| clientPort | Int | ||
| msg | String | ||