diff options
author | 2019-07-09 15:45:51 +0000 | |
---|---|---|
committer | 2019-07-09 15:45:51 +0000 | |
commit | e9cf8726925be44556950e43b854fea8b6e96491 (patch) | |
tree | 17169a3ba64833dc927288b45864c6a2f00be7d3 /dpo/tosca_models/policy.yaml | |
parent | 90a97568fdbca2bcb433df413e542f7b86708632 (diff) | |
parent | 2ed27d8db49628fbabd06d97f00cc0c6677b33ea (diff) |
Merge "Minor update to PM Mapper component spec"
Diffstat (limited to 'dpo/tosca_models/policy.yaml')
-rw-r--r-- | dpo/tosca_models/policy.yaml | 10 |
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 |