diff options
Diffstat (limited to 'components/pm-subscription-handler/dpo/spec/pmsh-component-spec.json')
-rwxr-xr-x | components/pm-subscription-handler/dpo/spec/pmsh-component-spec.json | 8 |
1 files changed, 4 insertions, 4 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 64eae4ff..43028857 100755 --- a/components/pm-subscription-handler/dpo/spec/pmsh-component-spec.json +++ b/components/pm-subscription-handler/dpo/spec/pmsh-component-spec.json @@ -46,7 +46,7 @@ ], "parameters": [ { - "name": "pm_publish_topic_name", + "name": "pmsh_publish_topic_name", "value": "DCAE_CL_OUTPUT", "description": "Name of the topic PMSH publishes to for policy consumption", "designer_editable": true, @@ -56,7 +56,7 @@ "required": true }, { - "name": "pm_subscribe_topic_name", + "name": "policy_feedback_topic_name", "value": "PMSH_CL_INPUT", "description": "Name of the topic PMSH subscribes to for policy outputs", "designer_editable": true, @@ -66,8 +66,8 @@ "required": true }, { - "name": "aai_subscribe_topic_name", - "value": "AAI_EVENT", + "name": "aai_notification_topic_name", + "value": "AAI-EVENT", "description": "Name of the topic PMSH subscribes to for AAI Events", "designer_editable": true, "sourced_at_deployment": false, |