Consumer_Log

struct

Access log entry recording an incoming HTTP request

Property Type Description
kind String Uniquely identifies the object schema type
id Integer Unique identifier for the log entry
appId Integer ID of the application that authorized the request
ip String Originating IP address of the caller
userAgent String User-Agent header string from the client request
method String HTTP method of the executed request
path String URL path requested by the client
header String HTTP request headers recorded for debugging
body String HTTP request body payload recorded for debugging
date DateTime Timestamp when the request occurred
part of the Apioo-Project