aboutsummaryrefslogtreecommitdiffstats
path: root/src/test/resources/junit/aai-service-instance.json
blob: b98c5f6a642c87ef0ea9cbfb37c693ffd626c78e (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
{
    "service-instance-id": "adc3cc2a-c73e-414f-8ddb-367de81300cb",
    "service-instance-name": "Firewall1",
    "model-invariant-id": "0c5a20de-87ad-442c-9190-f38ab0a6bb7f",
    "model-version-id": "d3d6cf83-d03a-43cc-99ff-206d40bb9a72",
    "resource-version": "1527637758480",
    "relationship-list": {
        "relationship": [
            {
                "related-to": "generic-vnf",
                "related-link": "/aai/v13/network/generic-vnfs/generic-vnf/8a9ddb25-2e79-449c-a40d-5011bac0da39",
                "relationship-data": [
                    {
                        "relationship-key": "generic-vnf.vnf-id",
                        "relationship-value": "8a9ddb25-2e79-449c-a40d-5011bac0da39"
                    }
                ],
                "related-to-property": [
                    {
                        "property-key": "generic-vnf.vnf-name",
                        "property-value": "Firewall-1"
                    }
                ]
            },
            {
                "related-to": "pnf",
                "related-link": "/aai/v13/network/pnfs/pnf/amdocsPnfName",
                "relationship-data": [
                    {
                        "relationship-key": "pnf.pnf-name",
                        "relationship-value": "amdocsPnfName"
                    }
                ],
                "related-to-property": [
                    {
                        "property-key": "pnf.pnf-name",
                        "property-value": "Phillip"
                    }
                ]
            }
        ]
    }
}