aboutsummaryrefslogtreecommitdiffstats
path: root/bpmn/so-bpmn-infrastructure-flows/src/test/resources/response/GenericPnfSoftwareUpgradeTest_catalogdb.json
blob: faec947fec4928654ce71363a6ea49a319a71443 (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
{
  "_embedded": {
    "pnfResourceCustomization": [
      {
        "modelCustomizationUUID": "38dc9a92-214c-11e7-93ae-92361f002680",
        "modelInstanceName": "PNF routing",
        "created": "2019-03-08 12:00:29.000",
        "nfFunction": "routing",
        "nfType": "routing",
        "nfRole": "routing",
        "nfNamingCode": "routing",
        "multiStageDesign": null,
        "resourceInput": null,
        "blueprintName": "test_pnf_software_upgrade_restconf",
        "blueprintVersion": "1.0.0",
        "skipPostInstConf": false,
        "softwareVersion": "1.0.0",
        "creationTimestamp": "2019-03-08T12:00:29.000+0000",
        "controllerActor": "cds",
        "_links": {
          "self": {
            "href": "http://localhost:41023/pnfResourceCustomization/38dc9a92-214c-11e7-93ae-92361f002680"
          },
          "pnfResourceCustomization": {
            "href": "http://localhost:41023/pnfResourceCustomization/38dc9a92-214c-11e7-93ae-92361f002680"
          },
          "pnfResources": {
            "href": "http://localhost:41023/pnfResourceCustomization/38dc9a92-214c-11e7-93ae-92361f002680/pnfResources"
          }
        }
      }
    ]
  },
  "_links": {
    "self": {
      "href": "http://localhost:41023/pnfResourceCustomization/search/findPnfResourceCustomizationByModelUuid?SERVICE_MODEL_UUID=4df8b6de-2083-11e7-93ae-92361f002676"
    }
  }
}