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