Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 691 Bytes

AccessLogEntry.md

File metadata and controls

17 lines (13 loc) · 691 Bytes

AccessLogEntry

Log of application accesses.

Properties

Name Type Description Notes
uuid str UUID reference of request.
status int HTTP status code of response.
method str HTTP method of request.
request_uri str target URI of request
time datetime timestamp of request
request_payload str payload of request
response_payload str payload of response

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