aboutsummaryrefslogtreecommitdiffstats
path: root/lcm/ns/tests/data/vnfm_list_in_aai.json
blob: a1a3678e4e0abd5ad3b30487ce2a3709d45276c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
    "esr-vnfm": [{
        "type": "gvnfm",
        "vim-id": {"cloud_owner": "VCPE", "cloud_regionid": "RegionOne"},
        "vnfm-id": "4",
        "certificate-url": "http://127.0.0.0/ztevnfm/v1/auth",
        "esr-system-info-list": {
            "esr-system-info": [{
                "type": "gvnfm",
                "vendor": "zte",
                "version": "1.0",
                "service-url": "http://127.0.0.0/ztevnfm/v1",
                "user-name": "admin",
                "password": "admin123"
            }]
        }
    }]
}