diff options
author | 2021-06-22 09:30:44 +0000 | |
---|---|---|
committer | 2021-06-22 09:30:44 +0000 | |
commit | ae38106f6f4792ad807cf3c04ae8aab758554ff9 (patch) | |
tree | a90b90d12815c47f2201ea583161d3816189b34c /components/pm-subscription-handler/dpo | |
parent | 1ac9847eb66a074b5413264c788152f7c3ffc28d (diff) |
Revert "[PMSH] Update filter"
This reverts commit 1ac9847eb66a074b5413264c788152f7c3ffc28d.
Reason for revert: Premature merge
Issue-ID: DCAEGEN2-2531
Change-Id: I7f1f236b860105b3d7b0db10bcc5b908c236db1f
Signed-off-by: egernug <gerard.nugent@est.tech>
Diffstat (limited to 'components/pm-subscription-handler/dpo')
-rwxr-xr-x | components/pm-subscription-handler/dpo/data-formats/dcae-cl-output.json | 6 |
1 files changed, 3 insertions, 3 deletions
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 9e6e7ae9..b5cfa8bf 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." }, - "ipAddress": { + "ipv4Address": { "type": "string", - "description": "The ip address of the nf being targeted." + "description": "The ipv4address of the nf being targeted." }, "policyName": { "type": "string", @@ -133,7 +133,7 @@ }, "required": [ "nfName", - "ipAddress", + "ipv4Address", "policyName", "closedLoopControlName", "blueprintName", |