aboutsummaryrefslogtreecommitdiffstats
path: root/bpmn/MSOCoreBPMN/src/test/resources/json-examples/ServiceWithGroupandVnfc.json
blob: 9d0326e66a92cc26bc09f5ebe67cc78c8f6c8760 (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
47
48
49
50
51
52
53
54
55
56
57
58
{
  "serviceResources": {
    "modelInfo": {
      "modelName": "NSService",
      "modelUuid": "0bad8c92-7d22-49f0-b092-b64e6ca564a7",
      "modelInvariantUuid": "69161960-515b-4bf3-91f1-313b813f5e1d",
      "modelVersion": "1.0"
    },
    "serviceType": "",
    "serviceRole": "",
    "environmentContext": "General_Revenue-Bearing",
    "resourceOrder": "NF",
    "workloadContext": "Production",
    "serviceVnfs": [
      {
        "modelInfo": {
          "modelName": "",
          "modelUuid": "123",
          "modelInvariantUuid": "",
          "modelVersion": "",
          "modelCustomizationUuid": "1234",
          "modelInstanceName": "test"
        },
        "toscaNodeType": "",
        "nfFunction": "",
        "nfType": "",
        "nfRole": "",
        "nfNamingCode": "",
        "multiStageDesign": "",
        "resourceInput": "",
        "vfModules": [],
        "groups": [
          {
            "modelInfo": {
              "modelName": "test",
              "modelUuid": "11",
              "modelInvariantUuid": "11",
              "modelVersion": "2"
            },
            "vnfcs": [
              {
                "modelInfo": {
                  "modelName": "xfs",
                  "modelUuid": "22",
                  "modelInvariantUuid": "2222",
                  "modelVersion": "22222",
                  "modelCustomizationUuid": "2222"
                }
              }
            ]
          }
        ]
      }
    ],
    "serviceNetworks": [],
    "serviceAllottedResources": []
  }
}