Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 1.14 KB

File metadata and controls

15 lines (12 loc) · 1.14 KB

# LogResult

Properties

Name Type Description Notes
timestamp int Time that the log was generated. The time is represented as microseconds since the Unix Epoch. [optional]
level \FreeClimb\Api\Model\LogLevel [optional]
request_id string ID of the request associated with the log. The requestId is propagated across all logs generated by FreeClimb when processing a request. [optional]
account_id string ID of the account that this log was generated under. [optional]
call_id string ID of the Call associated with the log. Can be set to null if the log was generated without regard to a specific Call. [optional]
message string A simple string describing the event being logged. [optional]
metadata object JSON document containing metadata about the event. Some log messages may include request and response header content in this field. [optional]

[Back to Model list] [Back to API list] [Back to README]