From f94d7521936e66febee983ee7633aacaaf9d7390 Mon Sep 17 00:00:00 2001 From: "waqas.ikram" Date: Tue, 5 Jun 2018 16:18:01 +0100 Subject: Adding apex plugins/plugins-context modules Change-Id: I36fc295ffbd22661bf8bd091bfb20ebf6dcc7f5e Issue-ID: POLICY-862 Signed-off-by: waqas.ikram --- .../src/test/resources/data/AAIResponse4Policy.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 plugins/plugins-context/context-schema/context-schema-avro/src/test/resources/data/AAIResponse4Policy.json (limited to 'plugins/plugins-context/context-schema/context-schema-avro/src/test/resources/data/AAIResponse4Policy.json') diff --git a/plugins/plugins-context/context-schema/context-schema-avro/src/test/resources/data/AAIResponse4Policy.json b/plugins/plugins-context/context-schema/context-schema-avro/src/test/resources/data/AAIResponse4Policy.json new file mode 100644 index 000000000..25ca3af8a --- /dev/null +++ b/plugins/plugins-context/context-schema/context-schema-avro/src/test/resources/data/AAIResponse4Policy.json @@ -0,0 +1,20 @@ +[ + { + "model-name": "service-instance", + "generic-vnf": { + "vnf-id": "de7cc3ab-0212-47df-9e64-da1c79234deb", + "vnf-name": "ZRDM2MMEX39", + "vnf-type": "vMME Svc Jul 14/vMME VF Jul 14 1", + "service-id": "a9a77d5a-123e-4ca2-9eb9-0b015d2ee0fb", + "orchestration-status": "active", + "in-maint": false, + "is-closed-loop-disabled": false, + "resource-version": "1503082370097", + "model-invariant-id": "82194af1-3c2c-485a-8f44-420e22a9eaa4", + "model-version-id": "46b92144-923a-4d20-b85a-3cbd847668a9" + }, + "extra-properties": { + + } + } +] -- cgit 1.2.3-korg