[DCAEGEN2-Services] Add example policy types, policies and instrucitons for policy...
[dcaegen2/deployments.git] / dcae-services-policy-sync / resources / son-handler-policy-examples / son_policy_type.json
1 {\r
2    "tosca_definitions_version": "tosca_simple_yaml_1_0_0",\r
3    "policy_types":\r
4      {\r
5       "onap.policies.monitoring.docker.sonhandler.app": {\r
6          "version": "1.0.0",\r
7          "description": "son handler policy type",\r
8          "derived_from": "onap.policies.Monitoring:1.0.0",\r
9          "properties": {\r
10             "PCI_NEIGHBOR_CHANGE_CLUSTER_TIMEOUT_IN_SECS": {\r
11                "required": true,\r
12                "type": "string"\r
13             },\r
14             "PCI_MODCONFIG_POLICY_NAME": {\r
15                "required": true,\r
16                "type": "string"\r
17             },\r
18             "PCI_MODCONFIGANR_POLICY_NAME": {\r
19                "required": true,\r
20                "type": "string"\r
21             },\r
22             "PCI_OPTMIZATION_ALGO_CATEGORY_IN_OOF": {\r
23                "required": true,\r
24                "type": "string"\r
25             },\r
26             "PCI_SDNR_TARGET_NAME": {\r
27                "required": true,\r
28                "type": "string"\r
29             }\r
30          }\r
31       }\r
32    }\r
33 }\r