diff options
| author | fengweihao <[email protected]> | 2024-11-05 14:58:30 +0800 |
|---|---|---|
| committer | fengweihao <[email protected]> | 2024-11-05 14:58:30 +0800 |
| commit | 3966b2963ab9c0e7a09efb25e270dce126279c80 (patch) | |
| tree | 2e6b520f25573d141f8e4afb9dce3a7363d382dc /test/resource/HitPolicyRequest.json | |
| parent | ef4658d38dca8616b84307a137530d507e84b8db (diff) | |
Added test cases for negate hit paths and multiple objectsv4.1.2-20241105
Diffstat (limited to 'test/resource/HitPolicyRequest.json')
| -rw-r--r-- | test/resource/HitPolicyRequest.json | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/test/resource/HitPolicyRequest.json b/test/resource/HitPolicyRequest.json index 85d5aa0..ec342c3 100644 --- a/test/resource/HitPolicyRequest.json +++ b/test/resource/HitPolicyRequest.json @@ -374,6 +374,53 @@ } ], "verify_type": "policy" + }, + { + "__item_id": 10, + "vsys": 1, + "verify_list": [ + { + "type": "proxy_manipulation", + "vsys": 1, + "verify_session": { + "attributes": [ + { + "attribute_value_type": "numeric", + "attribute_name": "ATTR_IP_PROTOCOL", + "attribute_value": { + "addr_type": 4, + "numeric": 1 + } + } + ] + } + } + ], + "verify_type": "policy" + }, + { + "__item_id": 11, + "vsys": 1, + "verify_list": [ + { + "type": "proxy_manipulation", + "vsys": 1, + "verify_session": { + "attributes": [ + { + "attribute_value_type": "ip", + "attribute_name": "ATTR_SOURCE_IP", + "attribute_value": { + "ip": "10.1.1.1", + "port":"8080", + "addr_type": 4 + } + } + ] + } + } + ], + "verify_type": "policy" } ] }
\ No newline at end of file |
