summaryrefslogtreecommitdiffstats
path: root/huawei/vnfmadapter/VnfmadapterService/service/src/integration-test/resources/vnfmadapter/mocoserver/getvnfdversion.json
blob: 4c4ccf34913b46169ed5a1bbed5e8f610fbc9ef8 (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
{
    "request": {
        "uri": "/v2/vapps/templates/12345",
        "method": "post",
        "headers": {
            "Content-Type": "application/json;charset=UTF-8"
        },
        "json": {
           "template": {
                "name": "MME",
                "catalog": "huawei/epc/mme"
           }
        }
    },
    "response": {
        "status": 200,
        "json": {
           "template": {
                "id": "000000001",
                "name": "MME",
                "vnfd_catalog": "huawei/epc/mme",
                "description": "",
                "vnfd_format": "tosca",
                "vnfd_file_status": "queued",
                "image_file_status": "queued"
           }
        }
    }
}