summaryrefslogtreecommitdiffstats
path: root/huawei/vnfmadapter/VnfmadapterService/service/src/integration-test/resources/vnfmadapter/testcase/vnfroa/getjobsuccess.json
diff options
context:
space:
mode:
Diffstat (limited to 'huawei/vnfmadapter/VnfmadapterService/service/src/integration-test/resources/vnfmadapter/testcase/vnfroa/getjobsuccess.json')
-rw-r--r--huawei/vnfmadapter/VnfmadapterService/service/src/integration-test/resources/vnfmadapter/testcase/vnfroa/getjobsuccess.json33
1 files changed, 33 insertions, 0 deletions
diff --git a/huawei/vnfmadapter/VnfmadapterService/service/src/integration-test/resources/vnfmadapter/testcase/vnfroa/getjobsuccess.json b/huawei/vnfmadapter/VnfmadapterService/service/src/integration-test/resources/vnfmadapter/testcase/vnfroa/getjobsuccess.json
new file mode 100644
index 00000000..1aa63ca8
--- /dev/null
+++ b/huawei/vnfmadapter/VnfmadapterService/service/src/integration-test/resources/vnfmadapter/testcase/vnfroa/getjobsuccess.json
@@ -0,0 +1,33 @@
+{
+ "request": {
+ "uri": "/rest/openoapi/hw-vnfm/v1/12345/jobs/54321",
+ "method": "get",
+ "headers": {
+ "Content-Type": "application/json;charset=UTF-8"
+ },
+ "json": {
+ }
+ },
+ "response": {
+ "status": 200,
+ "json": {
+ "retCode": 1,
+ "data": {
+ "name":"vsnfm1",
+ "updateAt": "2016-09-30 16:03:15",
+ "createAt": "2016-09-30 16:10:15",
+ "id": "fj392842fj32jf392fj392f",
+ "url": "https://188.100.100.86:30001",
+ "type": "csm",
+ "version": "v1",
+ "userName": "manoadmin",
+ "sites": ["Miano","Roma"],
+ "pwd": "User@12345",
+ "extro_info": {
+
+ },
+ "status": "active"
+ }
+ }
+ }
+} \ No newline at end of file