aboutsummaryrefslogtreecommitdiffstats
path: root/tests/dcaegen2/bbs-testcases/assets/aai_records/aai_services.json
blob: 351cc780fc18a04a1cff94e651f092ae03a82ace (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
34
35
36
37
38
39
40
41
42
43
44
45
46
[
{
    "service-instance-id": "1923eaa8-8ab7-49ef-b4c2-e185efbbe832",
    "resource-version": "1551889260591",
    "orchestration-status": "assigned",
    "relationship-list": {
        "relationship": [
            {
                "related-to": "pnf",
                "relationship-label": "org.onap.relationships.inventory.ComposedOf",
                "related-link": "/aai/v14/network/pnfs/pnf/NVendor-Equip_Model-SN1234",
                "relationship-data": [
                    {
                        "relationship-key": "pnf.pnf-name",
                        "relationship-value": "NVendor-Equip_Model-SN1234"
                    }
                ]
            }
        ]
    },
    "metadata": {
        "metadatum": [
            {
                "metaname": "cvlan",
                "metaval": "1005",
                "resource-version": "1551889260599"
            },
            {
                "metaname": "svlan",
                "metaval": "100",
                "resource-version": "1551889260608"
            },
            {
                "metaname": "oltName",
                "metaval": "olt1",
                "resource-version": "1551889260616"
            },
            {
                "metaname": "rgw-mac-address",
                "metaval": "01:02:03:04:05:06",
                "resource-version": "1551889260624"
            }
        ]
    }
}
]