EdgeVirtualServiceWafActivity
EdgeVirtualServiceWafActivity
A virtual service WAF activity log.
JSON Example
{
"requestHeaderLatency": 0,
"requestBodyLatency": 0,
"responseHeaderLatency": 0,
"responseBodyLatency": 0,
"matchedSignatures": [
{
"groupName": "string",
"signatureId": "string",
"signatureName": "string",
"message": "string",
"phase": "string",
"matchDetails": [
{
"element": "string",
"value": "string"
}
]
}
]
}
integer
requestHeaderLatency
Optional
The number of milliseconds the WAF spent processing the request headers.
integer
requestBodyLatency
Optional
The number of milliseconds the WAF spent processing the request body.
integer
responseHeaderLatency
Optional
The number of milliseconds the WAF spent processing the response headers.
integer
responseBodyLatency
Optional
The number of milliseconds the WAF spent processing the response body.
matchedSignatures
Optional
A list of WAF signatures that the request has matched.