Skip to content

Latest commit

 

History

History
28 lines (25 loc) · 1.7 KB

File metadata and controls

28 lines (25 loc) · 1.7 KB

MeteringRequestDTO

Properties

Name Type Description Notes
api str [optional]
product_key str The Product Key ID [optional]
application str The Application ID [optional]
method str The HTTP method being invoked [optional]
url str The HTTP URL being invoked [optional]
metadata str Additional billing metadata (currently only supports numeric values) [optional]
backend_latency float Backend API response time [optional]
gateway_latency float Latency introduced by the API GW [optional]
response_code int Backend HTTP response code [optional]
timed_out bool Whether or not the backend timed out [optional]
request_message_size int The size of the API request in bytes [optional]
response_message_size int The size of the API response in bytes [optional]
request_headers list[str] The comma seperated list of names of the headers in the request
response_headers list[str] The comma seperated list of names of the headers in the response
user_agent str The HTTP User Agent [optional]
remote_user str The Remote User [optional]
remote_host str The Remote Host [optional]
http_protocol str The HTTP Protocol [optional]
content_type str The Content Type [optional]
correlation_id str The Correlation ID [optional]

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