diff options
author | Tait,Trevor(rt0435) <rtait@amdocs.com> | 2018-11-04 16:30:21 -0500 |
---|---|---|
committer | Tait,Trevor(rt0435) <rtait@amdocs.com> | 2018-11-04 16:30:44 -0500 |
commit | 3f5ba3e09c2056a83e7376c24b7c44ac3e6d32dd (patch) | |
tree | 3d2ca1183a550085f10b817d6d98834166972b45 /src/test/resources/junit/vnfApiResponse.json | |
parent | 23b36e3c69f25d8322afb79d5e6bace519db7cd3 (diff) |
Attributes for GENERIC-RESOURCE-API and VNF-API
Extract Attributes for GENERIC-RESOURCE-API and VNF-API
Issue-ID: LOG-797
Change-Id: I6ae2727bd85069fc89d65c0083167ca69b343895
Signed-off-by: Tait,Trevor(rt0435) <rtait@amdocs.com>
Diffstat (limited to 'src/test/resources/junit/vnfApiResponse.json')
-rw-r--r-- | src/test/resources/junit/vnfApiResponse.json | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/src/test/resources/junit/vnfApiResponse.json b/src/test/resources/junit/vnfApiResponse.json index e3828a0..e1e4e51 100644 --- a/src/test/resources/junit/vnfApiResponse.json +++ b/src/test/resources/junit/vnfApiResponse.json @@ -147,7 +147,15 @@ "vnf-type": "VshakenIst09042018..base_alb..module-3",
"generic-vnf-name": "zdyh3bsflb0001v_01",
"generic-vnf-type": "vShaken_DNS_ns592n/vSHAKEN_IST_09042018 0",
- "vnf-name": "zdyh3bsflb0001v_base_module_01"
+ "vnf-name": "zdyh3bsflb0001v_base_module_01",
+ "inMaint":"no",
+ "pserver":{
+ "hostname": "somerandomserver.ottawa.com"
+ },
+ "image":{
+ "image-name": "cfad8f38-3d4c-4aec-8bd4-f83ad605acbe"
+ },
+ "prov-status": "Available"
}
},
"service-information": {
|