aboutsummaryrefslogtreecommitdiffstats
path: root/robot/assets/usecases/5gson/monitoring_policy_type.json
diff options
context:
space:
mode:
Diffstat (limited to 'robot/assets/usecases/5gson/monitoring_policy_type.json')
-rwxr-xr-xrobot/assets/usecases/5gson/monitoring_policy_type.json32
1 files changed, 32 insertions, 0 deletions
diff --git a/robot/assets/usecases/5gson/monitoring_policy_type.json b/robot/assets/usecases/5gson/monitoring_policy_type.json
new file mode 100755
index 00000000..279ca75f
--- /dev/null
+++ b/robot/assets/usecases/5gson/monitoring_policy_type.json
@@ -0,0 +1,32 @@
+{
+ "policy_types": {
+ "onap.policies.monitoring.docker.sonhandler.app": {
+ "derived_from": "onap.policies.Monitoring:1.0.0",
+ "description": "son handler policy type",
+ "properties": {
+ "PCI_MODCONFIGANR_POLICY_NAME": {
+ "required": true,
+ "type": "string"
+ },
+ "PCI_MODCONFIG_POLICY_NAME": {
+ "required": true,
+ "type": "string"
+ },
+ "PCI_NEIGHBOR_CHANGE_CLUSTER_TIMEOUT_IN_SECS": {
+ "required": true,
+ "type": "string"
+ },
+ "PCI_OPTMIZATION_ALGO_CATEGORY_IN_OOF": {
+ "required": true,
+ "type": "string"
+ },
+ "PCI_SDNR_TARGET_NAME": {
+ "required": true,
+ "type": "string"
+ }
+ },
+ "version": "1.0.0"
+ }
+ },
+ "tosca_definitions_version": "tosca_simple_yaml_1_1_0"
+}