summaryrefslogtreecommitdiffstats
path: root/huawei/vnfmadapter/VnfmadapterService/service/src/integration-test/resources/vnfmadapter/testcase/vnfroa/getjobsuccess.json
blob: 1aa63ca89d038b00eddbb3b4dd6dcdadba0efb3c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
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"
              }
        }
    }
}