From 1ac9847eb66a074b5413264c788152f7c3ffc28d Mon Sep 17 00:00:00 2001 From: egernug Date: Mon, 22 Feb 2021 11:35:35 +0000 Subject: [PMSH] Update filter User can edit/update the nfFilter to include/exclude selected NFs Changelog and version update Issue-ID: DCAEGEN2-2531 Signed-off-by: egernug Change-Id: I61388775a711687525b12087e9b533bee1c6b039 --- .../pm-subscription-handler/dpo/data-formats/dcae-cl-output.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'components/pm-subscription-handler/dpo/data-formats/dcae-cl-output.json') diff --git a/components/pm-subscription-handler/dpo/data-formats/dcae-cl-output.json b/components/pm-subscription-handler/dpo/data-formats/dcae-cl-output.json index b5cfa8bf..9e6e7ae9 100755 --- a/components/pm-subscription-handler/dpo/data-formats/dcae-cl-output.json +++ b/components/pm-subscription-handler/dpo/data-formats/dcae-cl-output.json @@ -15,9 +15,9 @@ "type": "string", "description": "The name of the nf in A&AI." }, - "ipv4Address": { + "ipAddress": { "type": "string", - "description": "The ipv4address of the nf being targeted." + "description": "The ip address of the nf being targeted." }, "policyName": { "type": "string", @@ -133,7 +133,7 @@ }, "required": [ "nfName", - "ipv4Address", + "ipAddress", "policyName", "closedLoopControlName", "blueprintName", -- cgit