diff options
Diffstat (limited to 'components/pm-subscription-handler/dpo/data-formats/dcae-cl-output.json')
-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", |