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