WafProfileApiResponse

WafProfileApiResponse
WafProfileApiResponse
JSON Example
{
    "count": 0,
    "results": [
        {
            "_last_modified": "string",
            "config": {
                "allowed_http_versions": [
                    "string"
                ],
                "allowed_methods": [
                    "string"
                ],
                "allowed_request_content_type_charsets": [
                    "string"
                ],
                "argument_separator": "string",
                "client_request_max_body_size": 0,
                "content_type_mappings": [
                    {
                        "content_type": "string",
                        "match_op": "string",
                        "request_body_parser": "string"
                    }
                ],
                "cookie_format_version": 0,
                "ignore_incomplete_request_body_error": false,
                "max_execution_time": 0,
                "regex_match_limit": 0,
                "regex_recursion_limit": 0,
                "request_body_default_action": "string",
                "request_hdr_default_action": "string",
                "response_body_default_action": "string",
                "response_hdr_default_action": "string",
                "restricted_extensions": [
                    "string"
                ],
                "restricted_headers": [
                    "string"
                ],
                "send_status_header": false,
                "server_response_max_body_size": 0,
                "static_extensions": [
                    "string"
                ],
                "status_code_for_rejected_requests": "string",
                "status_header_name": "string",
                "xml_xxe_protection": false
            },
            "configpb_attributes": {
                "version": 0
            },
            "description": "string",
            "files": [
                {
                    "data": "string",
                    "name": "string",
                    "type": "string"
                }
            ],
            "markers": [
                {
                    "key": "string",
                    "values": [
                        "string"
                    ]
                }
            ],
            "name": "string",
            "tenant_ref": "string",
            "url": "string",
            "uuid": "string"
        }
    ],
    "next": "string"
}
integer As int32 As int32
count
Required

count

array of WafProfile
results
Required

results

string
next
Optional

next

Returned By