aboutsummaryrefslogtreecommitdiffstats
path: root/mso-api-handlers/mso-api-handler-infra/src/test/resources/__files/catalogdb/vnfRecipe_Response.json
blob: 53f4ddfbb50b4bdfd734ff65d4eb4fe1d7ebd9b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "id": 21,
  "nfRole": "TEST",
  "paramXsd": "",
  "vfModuleId": "1882934",
  "action": "replaceInstance",
  "description": "custom bpmn for vnf recreate",
  "orchestrationUri": "/mso/async/services/RecreateInfraVce",
  "recipeTimeout": 180,
  "serviceType": "VID_DEFAULT",
  "created": "2016-06-03T04:44:10.000+0000",
  "_links": {
    "self": {
      "href": "http://localhost:8090/vnfRecipe/21"
    },
    "vnfRecipe": {
      "href": "http://localhost:8090/vnfRecipe/21"
    }
  }
}