summaryrefslogtreecommitdiffstats
path: root/src/test/resources/junit/portMirrorConfigurationsResponse.json
diff options
context:
space:
mode:
authorTait,Trevor(rt0435) <rtait@amdocs.com>2019-01-31 08:44:51 -0500
committerTait,Trevor(rt0435) <rtait@amdocs.com>2019-01-31 08:45:12 -0500
commit7aa6d16dff7103b7b83fbd3261c2caa374b7810e (patch)
treed5c0bbbef0816d77983c67c206192c2403d8c83f /src/test/resources/junit/portMirrorConfigurationsResponse.json
parent5b6272525b9cd876191104d4c1e64a91cace1c74 (diff)
SDNC Context Builder : L2 Fabric Retrieval - pnf
Code to retrieve pnf data from SDNC. Includes new URI to GET port-mirror-configurations. Issue-ID: LOG-778 Change-Id: I0264e544d1f08f660ee783b626438a1259617a69 Signed-off-by: Tait,Trevor(rt0435) <rtait@amdocs.com>
Diffstat (limited to 'src/test/resources/junit/portMirrorConfigurationsResponse.json')
-rw-r--r--src/test/resources/junit/portMirrorConfigurationsResponse.json23
1 files changed, 23 insertions, 0 deletions
diff --git a/src/test/resources/junit/portMirrorConfigurationsResponse.json b/src/test/resources/junit/portMirrorConfigurationsResponse.json
new file mode 100644
index 0000000..1c9b430
--- /dev/null
+++ b/src/test/resources/junit/portMirrorConfigurationsResponse.json
@@ -0,0 +1,23 @@
+{
+ "port-mirror-configuration-request-input": {
+ "source-port": [
+ {
+ "vnf-information": {
+ "vnf-id": "09a8c1d8-0981-4e3d-a4c0-6007d6f57e1b"
+ },
+ "pnf-information": {
+ "pnf-name": "onapTest1",
+ "pnf-type": "onapSrc"
+ }
+ }
+ ],
+ "dest-port": [
+ {
+ "pnf-information": {
+ "pnf-name": "onapTest2",
+ "pnf-type": "onapDest"
+ }
+ }
+ ]
+ }
+} \ No newline at end of file