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