aboutsummaryrefslogtreecommitdiffstats
path: root/mso-api-handlers/mso-api-handler-infra/src/test/resources/__files/catalogdb/vnfComponentRecipeVNF_API_Response.json
blob: dc63699fd26e39efd42e6d952b7d1a46ea96d844 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "id": 10,
  "action": "createInstance",
  "description": "VID_DEFAULT recipe t",
  "orchestrationUri": "/mso/async/services/CreateVfModuleInfra",
  "recipeTimeout": 180,
  "vnfType": null,
  "paramXsd": null,
  "vnfComponentType": "vfModule",
  "vfModuleModelUUID": "VNF-API-DEFAULT",
  "_links": {
    "self": {
      "href": "http://localhost:8090/vnfComponentsRecipe/10"
    },
    "vnfComponentsRecipe": {
      "href": "http://localhost:8090/vnfComponentsRecipe/10"
    }
  }
}