Include impacted changes for APPC-346,APPC-348
[appc.git] / appc-dispatcher / appc-request-handler / appc-request-handler-core / src / test / resources / org / onap / appc / validationpolicy / validation-policy.json
1 {
2     "request-validation-policies":
3     [
4       {
5         "name" : "ActionInProgress",
6         "rules":
7         [
8           {
9             "action-received": "Audit",
10             "validation-rule": "Reject",
11             "in-progress-action-exclusion-list": [
12               "HealthCheck",
13               "Test",
14               "CheckLock"
15             ]
16           },
17                   {
18             "action-received": "Start",
19             "validation-rule": "Reject",
20             "in-progress-action-inclusion-list": [
21               "HealthCheck",
22               "Test",
23               "CheckLock"
24             ]
25           },
26           {
27             "action-received": "Sync",
28             "validation-rule": "Accept",
29             "in-progress-action-exclusion-list": [
30               "HealthCheck",
31               "Test",
32               "CheckLock"
33             ]
34           },
35                   {
36             "action-received": "Stop",
37             "validation-rule": "Accept",
38             "in-progress-action-inclusion-list": [
39               "HealthCheck",
40               "Test",
41               "CheckLock"
42             ]
43           },
44           {
45             "action-received": "Default",
46             "validation-rule": "Reject",
47             "in-progress-action-exclusion-list": [
48               "CheckLock"
49             ]
50           }
51         ]
52       }
53     ]
54 }