From 5262c350a449c02d91b558976c37850d6340ad81 Mon Sep 17 00:00:00 2001 From: s00370346 Date: Thu, 11 Apr 2019 00:14:39 +0530 Subject: ONAP BBS: Apex Nomadic ONT Policy Implementation Issue-ID: DCAEGEN2-1237 Change-Id: I81831f6498b6c47c0a43215e0445c791b12dac6e Signed-off-by: s00370346 --- .../schemas/VCPEClosedLoopStatusType.avsc | 108 +++++++++++++++++++++ 1 file changed, 108 insertions(+) create mode 100644 examples/examples-onap-bbs/src/main/resources/schemas/VCPEClosedLoopStatusType.avsc (limited to 'examples/examples-onap-bbs/src/main/resources/schemas/VCPEClosedLoopStatusType.avsc') diff --git a/examples/examples-onap-bbs/src/main/resources/schemas/VCPEClosedLoopStatusType.avsc b/examples/examples-onap-bbs/src/main/resources/schemas/VCPEClosedLoopStatusType.avsc new file mode 100644 index 000000000..5d1b317a8 --- /dev/null +++ b/examples/examples-onap-bbs/src/main/resources/schemas/VCPEClosedLoopStatusType.avsc @@ -0,0 +1,108 @@ +{ + "type": "record", + "name": "VCPEClosedLoopStatus", + "fields": [ + { + "name": "AAI", + "type": { + "type": "record", + "name": "VCPE_AAI_Type", + "namespace": "org.onap.policy.apex.onap.vcpe", + "fields": [ + { + "name": "attachmentPoint", + "type": "string" + }, + { + "name": "service_information_hsia_cfs_service_instance_id", + "type": "string" + }, + { + "name": "cvlan", + "type": "string" + }, + { + "name": "svlan", + "type": "string" + }, + { + "name": "remoteId", + "type": "string" + } + ] + } + }, + { + "name": "closedLoopAlarmStart", + "type": "long" + }, + { + "name": "closedLoopAlarmEnd", + "type": "long" + }, + { + "name": "closedLoopControlName", + "type": "string" + }, + { + "name": "version", + "type": "string" + }, + { + "name": "requestID", + "type": "string" + }, + { + "name": "closedLoopEventClient", + "type": "string" + }, + { + "name": "closedLoopEventStatus", + "type": "string" + }, + { + "name": "target_type", + "type": "string" + }, + { + "name": "target", + "type": "string" + }, + { + "name": "from", + "type": "string" + }, + { + "name": "policyScope", + "type": "string" + }, + { + "name": "policyName", + "type": "string" + }, + { + "name": "policyVersion", + "type": "string" + }, + { + "name": "notification", + "type": "string" + }, + { + "name": "notificationTime", + "type": "long" + }, + { + "name": "result", + "type": "string" + }, + { + "name": "message", + "type": "string" + }, + { + "name": "aai_message", + "type": "string" + } + ] +} \ No newline at end of file -- cgit 1.2.3-korg