Skip to main content

ProviderAudit

Represents an audit log for a provider, including details of requests and responses exchanged during an operation.

Properties

NameTypeDescription
RequestArray<ProviderAuditRq>Collection of audit entries for provider requests.Each entry contains details about a specific request made to the provider.
Request/SendAtStringThe timestamp indicating when the request was sent.
Request/DataStringThe payload data included in the request.
Request/UrlStringThe URL of the provider endpoint to which the request is sent.
Request/HeadersObjectA collection of headers included in the request.
Request/HttpMethodHttpMethodThe HTTP method used to send the request.
Request/HttpMethod/MethodStringNo description available.
ResponseArray<ProviderAuditRs>Collection of audit entries for provider responses.Each entry contains details about a specific response received from the provider.
Response/ReceivedAtStringThe timestamp indicating when the response was received.
Response/DataStringThe payload data contained in the provider's response.
Response/HeadersObjectA collection of headers included in the provider's response.
Response/StatusCodeIntegerThe HTTP status code returned by the provider.