aboutsummaryrefslogtreecommitdiffstats
path: root/mso-api-handlers/mso-api-handler-infra/src/test/resources/__files/catalogdb/vnfRecipeDelete_Response.json
blob: 33d7f4799c1c29171343cad0cf236e3938a38ce9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "id": 10007,
  "nfRole": "GR-API-DEFAULT",
  "paramXsd": null,
  "vfModuleId": null,
  "action": "deleteInstance",
  "description": "Gr api recipe to delete vnf",
  "orchestrationUri": "/mso/async/services/WorkflowActionBB",
  "recipeTimeout": 180,
  "serviceType": null,
  "created": "2018-08-10T09:49:12.000+0000",
  "_links": {
    "self": {
      "href": "http://localhost:8090/vnfRecipe/10007"
    },
    "vnfRecipe": {
      "href": "http://localhost:8090/vnfRecipe/10007"
    }
  }
}