RequestLimiterEventInfo

RequestLimiterEventInfo
RequestLimiterEventInfo
JSON Example
{
    "client_ip": "string",
    "error_status_code": 0,
    "message": "string",
    "method": "string",
    "processed": false,
    "url": "string",
    "user_agent": "string"
}
string
client_ip
Optional

Ip of the client from which request has been received. Field introduced in 31.1.1. Allowed with any value in Enterprise, Enterprise with Cloud Services edition.

integer As uint32 As uint32
error_status_code
Optional

Http error response code for the throttled request. Allowed values are 200-504. Field introduced in 31.1.1. Allowed with any value in Enterprise, Enterprise with Cloud Services edition.

string
message
Required

Error/Warning/alert message describing the event. Field introduced in 31.1.1. Allowed with any value in Enterprise, Enterprise with Cloud Services edition.

string
method
Required

Http request method. Field introduced in 31.1.1. Allowed with any value in Enterprise, Enterprise with Cloud Services edition.

boolean
processed
Optional

Whether the request has been processed(true) or not(false). Field introduced in 31.1.1. Allowed with any value in Enterprise, Enterprise with Cloud Services edition.

string
url
Required

Http request url. Field introduced in 31.1.1. Allowed with any value in Enterprise, Enterprise with Cloud Services edition.

string
user_agent
Optional

User agent of the client from which request has been received. Field introduced in 31.1.1. Allowed with any value in Enterprise, Enterprise with Cloud Services edition.