aboutsummaryrefslogtreecommitdiffstats
path: root/bpmn/MSOCommonBPMN/src/test/resources/__files/decomposition/catalogDbResponse.json
blob: 087233d08b0c6c090e5de25a4168935626654c97 (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
{
  "serviceResources": {
    "serviceType": "",
    "workloadContext": "testWorkloadContext",
    "serviceAllottedResources": [],
    "modelInfo": {
      "modelInvariantUuid": "testModelInvariantId",
      "modelName": "testModleName",
      "modelVersion": "testModelVersion",
      "modelUuid": "testModelUuid"
    },
    "environmentContext": "testEnvironmentContent",
    "serviceRole": "",
    "serviceVnfs": [],
    "serviceNetworks": [
      {
        "toscaNodeType": "testToscaModelType",
        "networkTechnology": "testNetworkTechnology",
        "networkScope": "testNetworkScope",
        "modelInfo": {
          "modelInvariantUuid": "testModelInvariantId",
          "modelName": "testModleName",
          "modelVersion": "testModelVersion",
          "modelCustomizationUuid": "testModelCustomizationUuid",
          "modelInstanceName": "testModelInstanceName",
          "modelUuid": "testModelUuid"
        },
        "networkRole": "testNetworkRole",
        "networkType": "testNetworkType"
      }
    ]
  }
}