POST https://console.baleen.cloud/api/logs/waf-logs
...
Table of Contents | ||||
---|---|---|---|---|
|
Authorization
Note |
---|
|
...
Field | Type | Description |
---|---|---|
transaction | object |
Anchor | ||
---|---|---|
|
Field | Type | Description |
---|---|---|
clientIP | string | |
clientPort | integer | |
hostIP | string | |
hostPort | integer | |
messages | object[] | |
producer | object | |
request | object | |
response | object | |
serverId | String | |
timeStamp | string | |
uniqueId | string |
messages object description
Field | Type | Description |
---|---|---|
details | object | |
message | string |
details object description
Field | Type | Description |
---|---|---|
accuracy | string | |
data | string | |
file | string | |
lineNumber | string | |
match | string | |
maturity | string | |
reference | string | |
rev | string | |
ruleId | string | |
severity | string | |
tags | string[] | |
ver | string |
producer object description
Field | Type | Description |
---|---|---|
components | string[] | |
connector | string | |
modsecurity | string | |
secrulesEngine | string |
request object description
Field | Type | Description |
---|---|---|
headers | string[] | |
httpVersion | number | |
method | string | |
uri | string |
response object description
Field | Type | Description |
---|---|---|
headers | string[] | |
httpCode | string |
...