summaryrefslogtreecommitdiffstats
path: root/huawei/vnfmadapter/VnfmadapterService/service/src/integration-test/resources/vnfmadapter/mocoserver/getallcloudinfo.json
blob: ab9d35ceba1a62962e605bbf14991fcca8d94046 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
    "request": {
        "uri": "/rest/vnfm/vnfmvim/v2/computeservice/getAllCloud",
        "method": "get",
        "headers": {
            "Content-Type": "application/json;charset=UTF-8"
        },
        "json": {
           
        }
    },
    "response": {
        "status": 200,
        "json": [{
            "dn": "NE=34603007"
        }]
    }
}