diff options
| author | fengweihao <[email protected]> | 2024-11-28 18:33:28 +0800 |
|---|---|---|
| committer | fengweihao <[email protected]> | 2024-11-28 18:33:28 +0800 |
| commit | 469c9a3d6aabf06a22e8ce07eaae27f3fb2eefc1 (patch) | |
| tree | 5feaf263b162b5e306f99cd87c6ced30f3765c82 /test/resource/HitPolicyRequest.json | |
| parent | 581862a78bf58acc19b25f732c64737523aea03f (diff) | |
TSG-23941 Supports security policy execution based on user-specified prioritiesHEADdevelop-4.0
Diffstat (limited to 'test/resource/HitPolicyRequest.json')
| -rw-r--r-- | test/resource/HitPolicyRequest.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/resource/HitPolicyRequest.json b/test/resource/HitPolicyRequest.json index 16669cf..5d06f56 100644 --- a/test/resource/HitPolicyRequest.json +++ b/test/resource/HitPolicyRequest.json @@ -49,7 +49,7 @@ }, { "field_value_type": "string", - "field_name": "SERVER_FQDN", + "field_name": "DESTINATION_FQDN", "field_value": { "string": "www.126.com" } @@ -168,7 +168,7 @@ }, { "field_value_type": "string", - "field_name": "SERVER_FQDN", + "field_name": "DESTINATION_FQDN", "field_value": { "string": "www.baidu.com" } |
