summaryrefslogtreecommitdiffstats
path: root/components/pm-subscription-handler/dpo/spec/pmsh-component-spec.json
diff options
context:
space:
mode:
Diffstat (limited to 'components/pm-subscription-handler/dpo/spec/pmsh-component-spec.json')
-rwxr-xr-xcomponents/pm-subscription-handler/dpo/spec/pmsh-component-spec.json18
1 files changed, 18 insertions, 0 deletions
diff --git a/components/pm-subscription-handler/dpo/spec/pmsh-component-spec.json b/components/pm-subscription-handler/dpo/spec/pmsh-component-spec.json
index 43028857..69513bce 100755
--- a/components/pm-subscription-handler/dpo/spec/pmsh-component-spec.json
+++ b/components/pm-subscription-handler/dpo/spec/pmsh-component-spec.json
@@ -100,6 +100,24 @@
"designer_editable": false
},
{
+ "name": "enable_tls",
+ "value": true,
+ "description": "Boolean to (en|dis)able TLS",
+ "sourced_at_deployment": false,
+ "policy_editable": false,
+ "designer_editable": true,
+ "type": "boolean"
+ },
+ {
+ "name": "protocol",
+ "value": "https",
+ "type": "string",
+ "description": "Protocol PMSH api will use. If enable_tls is disabled, set protocol to http",
+ "sourced_at_deployment": false,
+ "policy_editable": false,
+ "designer_editable": true
+ },
+ {
"name": "policy_model_id",
"value": "onap.policies.monitoring.dcae-pm-initiation-handler",
"description": "PMSH monitoring policy model id",