summaryrefslogtreecommitdiffstats
path: root/dpo/tosca_models/policy.yaml
diff options
context:
space:
mode:
authorVijay Venkatesh Kumar <vv770d@att.com>2019-07-09 15:45:51 +0000
committerGerrit Code Review <gerrit@onap.org>2019-07-09 15:45:51 +0000
commite9cf8726925be44556950e43b854fea8b6e96491 (patch)
tree17169a3ba64833dc927288b45864c6a2f00be7d3 /dpo/tosca_models/policy.yaml
parent90a97568fdbca2bcb433df413e542f7b86708632 (diff)
parent2ed27d8db49628fbabd06d97f00cc0c6677b33ea (diff)
Merge "Minor update to PM Mapper component spec"
Diffstat (limited to 'dpo/tosca_models/policy.yaml')
-rw-r--r--dpo/tosca_models/policy.yaml10
1 files changed, 9 insertions, 1 deletions
diff --git a/dpo/tosca_models/policy.yaml b/dpo/tosca_models/policy.yaml
index 349d7f5..8b7f370 100644
--- a/dpo/tosca_models/policy.yaml
+++ b/dpo/tosca_models/policy.yaml
@@ -1,3 +1,10 @@
+data_types:
+ onap.datatypes.monitoring.pm-mapper-filter:
+ properties:
+ filter configuration:
+ type: string
+ description: Filter configuration needs to be applied
+
policy_types:
onap.policies.Monitoring:
derived_from: tosca.policies.Root
@@ -21,4 +28,5 @@ policy_types:
pm-mapper-filter:
type: string
description: PM mapper filter on measInfo, measInfoId, measType, instanceId
-
+ entry_schema:
+ type: onap.datatypes.monitoring.pm-mapper-filter \ No newline at end of file