ResponseMatchTarget

ResponseMatchTarget
ResponseMatchTarget
JSON Example
{
    "client_ip": {
        "addrs": [
            {
                "addr": "string",
                "type": "string"
            }
        ],
        "group_refs": [
            "string"
        ],
        "match_criteria": "string",
        "prefixes": [
            {
                "ip_addr": {
                    "addr": "string",
                    "type": "string"
                },
                "mask": 0
            }
        ],
        "ranges": [
            {
                "begin": {
                    "addr": "string",
                    "type": "string"
                },
                "end": {
                    "addr": "string",
                    "type": "string"
                }
            }
        ]
    },
    "cookie": {
        "match_case": "string",
        "match_criteria": "string",
        "name": "string",
        "value": "string"
    },
    "hdrs": [
        {
            "hdr": "string",
            "match_case": "string",
            "match_criteria": "string",
            "value": [
                "string"
            ]
        }
    ],
    "host_hdr": {
        "match_case": "string",
        "match_criteria": "string",
        "value": [
            "string"
        ]
    },
    "loc_hdr": {
        "match_case": "string",
        "match_criteria": "string",
        "value": [
            "string"
        ]
    },
    "method": {
        "match_criteria": "string",
        "methods": [
            "string"
        ]
    },
    "path": {
        "match_case": "string",
        "match_criteria": "string",
        "match_decoded_string": false,
        "match_str": [
            "string"
        ],
        "string_group_refs": [
            "string"
        ]
    },
    "protocol": {
        "match_criteria": "string",
        "protocols": "string"
    },
    "query": {
        "match_case": "string",
        "match_criteria": "string",
        "match_decoded_string": false,
        "match_str": [
            "string"
        ],
        "string_group_refs": [
            "string"
        ]
    },
    "rsp_hdrs": [
        {
            "hdr": "string",
            "match_case": "string",
            "match_criteria": "string",
            "value": [
                "string"
            ]
        }
    ],
    "source_ip": {
        "addrs": [
            {
                "addr": "string",
                "type": "string"
            }
        ],
        "group_refs": [
            "string"
        ],
        "match_criteria": "string",
        "prefixes": [
            {
                "ip_addr": {
                    "addr": "string",
                    "type": "string"
                },
                "mask": 0
            }
        ],
        "ranges": [
            {
                "begin": {
                    "addr": "string",
                    "type": "string"
                },
                "end": {
                    "addr": "string",
                    "type": "string"
                }
            }
        ]
    },
    "status": {
        "match_criteria": "string",
        "ranges": [
            {
                "begin": 0,
                "end": 0
            }
        ],
        "status_codes": [
            0
        ]
    },
    "version": {
        "match_criteria": "string",
        "versions": [
            "string"
        ]
    },
    "vs_port": {
        "match_criteria": "string",
        "ports": [
            0
        ]
    }
}
client_ip
Optional

client_ip

cookie
Optional

cookie

array of HdrMatch
hdrs
Optional

Configure HTTP headers. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

host_hdr
Optional

host_hdr

loc_hdr
Optional

loc_hdr

method
Optional

method

path
Optional

path

protocol
Optional

protocol

query
Optional

query

array of HdrMatch
rsp_hdrs
Optional

Configure the HTTP headers in response. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

source_ip
Optional

source_ip

status
Optional

status

version
Optional

version

vs_port
Optional

vs_port

Property Of