aboutsummaryrefslogtreecommitdiffstats
path: root/mso-api-handlers/mso-api-handler-infra/src/test/resources/__files/catalogdb/vfModuleCustomizationVolGrp_Response.json
blob: 9ffd7594169113690f42f4271a834ad1c895d168 (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
{
  "id": 1,
  "modelCustomizationUUID": "b4ea86b4-253f-11e7-93ae-92361f002671",
  "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"
    },
    "vfModule": {
      "href": "http://localhost:8090/vfModuleCustomization/1/vfModule"
    },
    "heatEnvironment": {
      "href": "http://localhost:8090/vfModuleCustomization/1/heatEnvironment"
    }
  }
}