aboutsummaryrefslogtreecommitdiffstats
path: root/mso-api-handlers/mso-api-handler-infra/src/test/resources/__files/catalogdb/vnfComponentRecipe_Response.json
blob: c47d0aad998f22483c67087a1d9621aaeb795a74 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "id": 19,
  "action": "createInstance",
  "description": "VID_DEFAULT recipe to create vf-module if no custom BPMN flow is found",
  "orchestrationUri": "/mso/async/services/CreateVfModuleInfra",
  "recipeTimeout": 180,
  "vnfType": "vfModule",
  "paramXsd": "",
  "vnfComponentType": "vfModule",
  "vfModuleModelUUID": "20c4431c-246d-11e7-93ae-92361f002671",
  "_links": {
    "self": {
      "href": "http://localhost:8090/vnfComponentsRecipe/19"
    },
    "vnfComponentsRecipe": {
      "href": "http://localhost:8090/vnfComponentsRecipe/19"
    }
  }
}