aboutsummaryrefslogtreecommitdiffstats
path: root/mso-api-handlers/mso-api-handler-infra/src/test/resources/__files/catalogdb/networkRecipeVNF_API_Response.json
blob: 5a3e875a76d4bb4fa384a4f3aee56ba78d8df212 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "id": 16,
  "action": "createInstance",
  "description": "Vnf api recipe to create network",
  "orchestrationUri": "/mso/async/services/CreateNetworkInstance",
  "recipeTimeout": 180,
  "serviceType": null,
  "modelName": "VNF-API-DEFAULT",
  "paramXsd": null,
  "created": "2017-10-05T13:22:03.000+0000",
  "_links": {
    "self": {
      "href": "http://localhost:8090/networkRecipe/16"
    },
    "networkRecipe": {
      "href": "http://localhost:8090/networkRecipe/16"
    }
  }
}