aboutsummaryrefslogtreecommitdiffstats
path: root/examples/examples-onap-bbs/src/main/resources/schemas/VCPEClosedLoopStatusType.avsc
diff options
context:
space:
mode:
Diffstat (limited to 'examples/examples-onap-bbs/src/main/resources/schemas/VCPEClosedLoopStatusType.avsc')
-rw-r--r--examples/examples-onap-bbs/src/main/resources/schemas/VCPEClosedLoopStatusType.avsc108
1 files changed, 0 insertions, 108 deletions
diff --git a/examples/examples-onap-bbs/src/main/resources/schemas/VCPEClosedLoopStatusType.avsc b/examples/examples-onap-bbs/src/main/resources/schemas/VCPEClosedLoopStatusType.avsc
deleted file mode 100644
index 5d1b317a8..000000000
--- a/examples/examples-onap-bbs/src/main/resources/schemas/VCPEClosedLoopStatusType.avsc
+++ /dev/null
@@ -1,108 +0,0 @@
-{
- "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