Add "configure" operation to xacml
[policy/models.git] / models-interactions / model-actors / actor.xacml / src / test / resources / xacml.configure.test-policy.json
1 {
2     "tosca_definitions_version": "tosca_simple_yaml_1_1_0",
3     "topology_template": {
4         "policies": [
5             {
6                 "test-policy": {
7                     "type": "onap.policies.monitoring.test",
8                     "type_version": "1.0.0",
9                     "version": "1.0.0",
10                     "name": "test-policy",
11                     "metadata": {
12                         "policy-id": "test-policy",
13                         "policy-version": 1
14                     },
15                     "properties": {
16                         "test": "test"
17                     }
18                 }
19             }
20         ]
21     }
22 }