Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 703 Bytes

AccessLogEntry.md

File metadata and controls

17 lines (12 loc) · 703 Bytes

# AccessLogEntry

Properties

Name Type Description Notes
uuid string UUID reference of request.
status int HTTP status code of response.
method string HTTP method of request.
requestUri string target URI of request
time \DateTime timestamp of request
requestPayload string payload of request
responsePayload string payload of response

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