| getappfwtransactionrecordsResult Structure Definition |
The getappfwtransactionrecordsResult structure defines the return type for getappfwtransactionrecords API. |
Syntax |
Members |
rc |
If the method succeeds, rc is 0 else rc > 0. Values above 0x8000 indicate Warnings. |
message |
If the method succeeds, message is NULL else message contains Error/Warning message. |
appfwtransactionrecordsList |
List of appfwtransactionrecordss |
| appfwtransactionrecords Structure Definition |
The appfwtransactionrecords structure defines the actual return type values for getappfwtransactionrecords API. |
Syntax |
Members |
httptransactionid |
The http transaction identifier. |
packetengineid |
The packet engine identifier. |
appfwsessionid |
The session identifier set by the Application Firewall to track the user session. |
profilename |
Application Firewall profile name. |
url |
Request URL |
clientip |
The IP address of client. |
destip |
The IP address of destination. |
requestcontentlength |
The content length of request. |
requestyields |
The number of times yielded during request processing to send heart beat packets. |
requestmaxprocessingtime |
The maximum processing time across yields during request processing. |
responsecontentlength |
The content length of response. |
responseyields |
The number of times yielded during response processing to send heart beat packets. |
responsemaxprocessingtime |
The maximum processing time across yields during response processing. |
_nextgenapiresource |
See Also |