aboutsummaryrefslogtreecommitdiffstats
path: root/mso-api-handlers/mso-api-handler-infra/src/test/resources/__files/catalogdb/vfModuleCustomizationsPCM_Response.json
blob: 5f7399ee26cc35f17a0721d777f2d02f4f2d8f9b (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
{
  "_embedded": {
    "vfModuleCustomization": [
      {
        "id" : "1",
        "modelCustomizationUUID": "b4ea86b4-253f-11e7-93ae-92361f002672",
        "label": "PCM",
        "minInstances": 0,
        "maxInstances": 0,
        "initialCount": 0,
        "availabilityZoneCount": 0,
        "created": "2017-05-26 09:38:23.000",
        "_links": {
          "self": {
            "href": "http://localhost:8090/vfModuleCustomization/1"
          },
          "vfModuleCustomization": {
            "href": "http://localhost:8090/vfModuleCustomization/1"
          },
          "volumeHeatEnv": {
            "href": "http://localhost:8090/vfModuleCustomization/1/volumeHeatEnv"
          },
          "heatEnvironment": {
            "href": "http://localhost:8090/vfModuleCustomization/1/heatEnvironment"
          },
          "vfModule": {
            "href": "http://localhost:8090/vfModuleCustomization/1/vfModule"
          }
        }
      }
    ]
  },
  "_links": {
    "self": {
      "href": "http://localhost:8090/vnfResourceCustomization/1/vfModuleCustomizations"
    }
  }
}