aboutsummaryrefslogtreecommitdiffstats
path: root/mso-api-handlers/mso-api-handler-infra/src/test/resources/__files/catalogdb/vnfResources_Response.json
blob: e95ead4435ba128c6e8121c37d9515eecb6087e0 (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
{
  "modelUUID": "fe6478e4-ea33-3346-ac12-ab121484a3fw",
  "modelInvariantUUID": "2fff5b20-214b-11e7-93ae-92361f002671",
  "modelName": "vSAMP10a",
  "modelVersion": "1.0",
  "toscaNodeType": "VF",
  "description": "1607 vSAMP10a - inherent network",
  "orchestrationMode": "HEAT",
  "aicVersionMin": "",
  "aicVersionMax": "",
  "category": null,
  "subCategory": null,
  "created": "2017-04-14T16:16:28.000+0000",
  "modelInvariantId": "2fff5b20-214b-11e7-93ae-92361f002671",
  "_embedded": {
    "vnfResourceCustomizations": [
      {
        "description": "1607 vSAMP10a - inherent network",
        "modelName": "vSAMP10a",
        "modelUUID": "fe6478e4-ea33-3346-ac12-ab121484a3fw",
        "multiStageDesign": null,
        "modelInvariantUUID": "2fff5b20-214b-11e7-93ae-92361f002671",
        "modelInstanceName": "test",
        "availabilityZoneMaxCount": "0",
        "vfModuleCustomizations": [],
        "modelCustomizationUUID": "68dc9a92-214c-11e7-93ae-92361f002674",
        "orchestrationMode": "HEAT",
        "nfFunction": "",
        "modelVersion": "1.0",
        "aicVersionMax": "",
        "nfRole": "TEST",
        "nfNamingCode": "",
        "toscaNodeType": "VF",
        "minInstances": "0",
        "aicVersionMin": "",
        "maxInstances": "0",
        "created": "2017-04-14 21:46:28.0",
        "nfType": "",
        "_links": {
          "self": {
            "href": "http://localhost:8090/vnfResourceCustomization/68dc9a92-214c-11e7-93ae-92361f002674{?projection}",
            "templated": true
          },
          "vfModuleCustomizations": {
            "href": "http://localhost:8090/vnfResourceCustomization/68dc9a92-214c-11e7-93ae-92361f002674/vfModuleCustomizations"
          },
          "vnfResources": {
            "href": "http://localhost:8090/vnfResourceCustomization/68dc9a92-214c-11e7-93ae-92361f002674/vnfResources"
          },
          "vnfcInstanceGroupCustomizations": {
            "href": "http://localhost:8090/vnfResourceCustomization/68dc9a92-214c-11e7-93ae-92361f002674/vnfcInstanceGroupCustomizations"
          }
        }
      }
    ]
  },
  "_links": {
    "self": {
      "href": "http://localhost:8090/vnfResource/fe6478e4-ea33-3346-ac12-ab121484a3fw"
    },
    "vnfResource": {
      "href": "http://localhost:8090/vnfResource/fe6478e4-ea33-3346-ac12-ab121484a3fw"
    },
    "vnfResourceCustomizations": {
      "href": "http://localhost:8090/vnfResource/fe6478e4-ea33-3346-ac12-ab121484a3fw/vnfResourceCustomizations"
    },
    "heatTemplates": {
      "href": "http://localhost:8090/vnfResource/fe6478e4-ea33-3346-ac12-ab121484a3fw/heatTemplates"
    }
  }
}