aboutsummaryrefslogtreecommitdiffstats
path: root/policy/apex/NomadicONTContextType.avsc
diff options
context:
space:
mode:
Diffstat (limited to 'policy/apex/NomadicONTContextType.avsc')
-rw-r--r--policy/apex/NomadicONTContextType.avsc112
1 files changed, 112 insertions, 0 deletions
diff --git a/policy/apex/NomadicONTContextType.avsc b/policy/apex/NomadicONTContextType.avsc
new file mode 100644
index 0000000..2eaeb71
--- /dev/null
+++ b/policy/apex/NomadicONTContextType.avsc
@@ -0,0 +1,112 @@
+{
+ "type": "record",
+ "name": "NomadicONTContext",
+ "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": "url",
+ "type": "string"
+ },
+ {
+ "name": "aai_message",
+ "type": "string"
+ }
+ ]
+} \ No newline at end of file