API Model
Log Descriptor
It describes an entry in the error log.
| Field | Type | Mandatory | Meaning |
|---|---|---|---|
| kba | string | no | id of the kba where the error occurred, null for system errors |
| kbaName | string | no | name of the kba where the error occurred, null for system errors |
| tenant | string | yes | tenant name |
| timestamp | long | yes | timestamp of the error |
| timestampH | string | yes | timestamp of the error (human readable) |
| user | string | no | user who got the error, null for system errors |