summaryrefslogtreecommitdiffstats
path: root/ms/gra/gra-app/src/test/resources/service1-network.json
blob: 676dd35a5f2b8f90e205b95baca8a4d5d860659f (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
{
    "network": {
        "network-id": "net124",
        "network-data": {
            "network-topology": {
                "tenant": "tenant2",
                "network-topology-identifier-structure": {
                    "network-technology": "soupcan",
                    "network-type": "CAMPBELLS_TOMATO",
                    "network-name": "andy",
                    "network-role": "dummy"
                },
                "aic-cloud-region": "region1"
            },
            "service-information": {
                "service-id": "5c4f2d89-57a3-47e9-b49b-d3c63eb0b3ca",
                "onap-model-information": {
                    "model-invariant-uuid": "abcdef12345",
                    "model-uuid": "abcdef12345"
                }
            },
            "network-level-oper-status": {
                "order-status": "Created"
            },
            "network-request-input": {
                "tenant": "tenant2",
                "network-name": "andy",
                "aic-cloud-region": "region1"
            },
            "network-information": {
                "network-type": "CAMPBELLS_TOMATO",
                "network-id": "net124",
                "from-preload": true
            }
        }
    }
}