URIInfo

URIInfo
URIInfo
JSON Example
{
    "method": "string",
    "param_info": [
        {
            "param_hits": 0,
            "param_key": "string",
            "param_size_classes": [
                {
                    "hits": 0,
                    "len": "string"
                }
            ],
            "param_type_classes": [
                {
                    "hits": 0,
                    "type": "string"
                }
            ]
        }
    ],
    "parser": "string",
    "uri_hits": 0,
    "uri_key": "string"
}
string
method
Optional

The HTTP method. Together with name and parser it describes the HTTP endpoint. Enum options - HTTP_METHOD_GET, HTTP_METHOD_HEAD, HTTP_METHOD_PUT, HTTP_METHOD_DELETE, HTTP_METHOD_POST, HTTP_METHOD_OPTIONS, HTTP_METHOD_TRACE, HTTP_METHOD_CONNECT, HTTP_METHOD_PATCH, HTTP_METHOD_PROPFIND, HTTP_METHOD_PROPPATCH, HTTP_METHOD_MKCOL, HTTP_METHOD_COPY, HTTP_METHOD_MOVE, HTTP_METHOD_LOCK, HTTP_METHOD_UNLOCK. Field introduced in 31.2.1. Allowed with any value in Enterprise, Enterprise with Cloud Services edition.

array of ParamInfo
param_info
Optional

Information about various params under a URI. Field introduced in 20.1.1. Allowed with any value in Enterprise, Essentials, Basic, Enterprise with Cloud Services edition.

string
parser
Optional

The Parser used to parse the request body. Together with name and method it describes the HTTP endpoint. If there was no parser, for example on a GET request, this is set to WAF_REQUEST_PARSER_DO_NOT_PARSE. Enum options - WAF_REQUEST_PARSER_URLENCODED, WAF_REQUEST_PARSER_MULTIPART, WAF_REQUEST_PARSER_JSON, WAF_REQUEST_PARSER_XML, WAF_REQUEST_PARSER_HANDLE_AS_STRING, WAF_REQUEST_PARSER_DO_NOT_PARSE, WAF_REQUEST_PARSER_AUTO_DETECT. Field introduced in 31.2.1. Allowed with any value in Enterprise, Enterprise with Cloud Services edition.

integer As uint64 As uint64
uri_hits
Optional

Total number of URI hits. Field introduced in 20.1.1. Allowed with any value in Enterprise, Essentials, Basic, Enterprise with Cloud Services edition.

string
uri_key
Optional

URI name. Field introduced in 20.1.1. Allowed with any value in Enterprise, Essentials, Basic, Enterprise with Cloud Services edition.