aboutsummaryrefslogtreecommitdiffstats
path: root/mso-api-handlers/mso-api-handler-infra/src/test/resources/__files/catalogdb/vfModulesListByInvariantId_Response.json
blob: 1a17c3f6f9efad906f545c62d047f35d775c018b (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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
  "_embedded": {
    "vfModule": [
      {
        "modelUUID": "20c4431c-246d-11e7-93ae-92361f002671",
        "modelInvariantUUID": "78ca26d0-246d-11e7-93ae-92361f002671",
        "modelName": "test::base::module-0",
        "modelVersion": "2",
        "description": "v10 DEV Base",
        "isBase": true,
        "created": "2016-09-14 12:49:56.000",
        "heatFiles": [
          {
            "artifactUuid": "00535bdd-0878-4478-b95a-c575c742bfb0",
            "description": "created from csar",
            "fileName": "nimbus-ethernet-gw",
            "fileBody": "DEVICE=$dev\nBOOTPROTO=none\nNM_CONTROLLED=no\nIPADDR=$ip\nNETMASK=$netmask\nGATEWAY=$gateway\n",
            "created": "2017-01-21T18:26:43.000+0000",
            "artifactChecksum": "MANUAL RECORD",
            "version": "1",
            "asdcUuid": "00535bdd-0878-4478-b95a-c575c742bfb0"
          }
        ],
        "_links": {
          "self": {
            "href": "http://localhost:8090/vfModule/20c4431c-246d-11e7-93ae-92361f002671"
          },
          "vfModule": {
            "href": "http://localhost:8090/vfModule/20c4431c-246d-11e7-93ae-92361f002671"
          },
          "moduleHeatTemplate": {
            "href": "http://localhost:8090/vfModule/20c4431c-246d-11e7-93ae-92361f002671/moduleHeatTemplate"
          },
          "vnfResources": {
            "href": "http://localhost:8090/vfModule/20c4431c-246d-11e7-93ae-92361f002671/vnfResources"
          },
          "volumeHeatTemplate": {
            "href": "http://localhost:8090/vfModule/20c4431c-246d-11e7-93ae-92361f002671/volumeHeatTemplate"
          },
          "vfModuleCustomization": {
            "href": "http://localhost:8090/vfModule/20c4431c-246d-11e7-93ae-92361f002671/vfModuleCustomization"
          }
        }
      },
      {
        "modelUUID": "20c4431c-246d-11e7-93ae-92361f002672",
        "modelInvariantUUID": "78ca26d0-246d-11e7-93ae-92361f002671",
        "modelName": "test::base::module-0",
        "modelVersion": "2",
        "description": "v10 DEV Base",
        "isBase": true,
        "created": "2016-09-14 12:49:56.000",
        "heatFiles": [],
        "_links": {
          "self": {
            "href": "http://localhost:8090/vfModule/20c4431c-246d-11e7-93ae-92361f002672"
          },
          "vfModule": {
            "href": "http://localhost:8090/vfModule/20c4431c-246d-11e7-93ae-92361f002672"
          },
          "moduleHeatTemplate": {
            "href": "http://localhost:8090/vfModule/20c4431c-246d-11e7-93ae-92361f002672/moduleHeatTemplate"
          },
          "vnfResources": {
            "href": "http://localhost:8090/vfModule/20c4431c-246d-11e7-93ae-92361f002672/vnfResources"
          },
          "volumeHeatTemplate": {
            "href": "http://localhost:8090/vfModule/20c4431c-246d-11e7-93ae-92361f002672/volumeHeatTemplate"
          },
          "vfModuleCustomization": {
            "href": "http://localhost:8090/vfModule/20c4431c-246d-11e7-93ae-92361f002672/vfModuleCustomization"
          }
        }
      }
    ]
  },
  "_links": {
    "self": {
      "href": "http://localhost:8090/vfModule/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=78ca26d0-246d-11e7-93ae-92361f002671"
    }
  }
}