ROBOT test cases improvements for PnP PNF in El Alto release
[testsuite.git] / robot / assets / templates / so / service_recipe.jinja
1 {
2       "id" : "{{id}}",
3       "serviceModelUUID" : "{{service_model_UUID}}" ,
4       "action" : "createInstance",
5       "description" : "Vnf api recipe to create service-instance",
6       "orchestrationUri" : "{{orchestrationUri}}",
7       "paramXsd" : null,
8       "recipeTimeout" : 180,
9       "serviceTimeoutInterim" : null,
10       "created" : "2017-10-05T18:52:03.000+0000",
11       "_links" : {
12         "self" : {
13           "href" : "http://so-catalog-db-adapter:8082/serviceRecipe/{{id}}"
14         },
15         "serviceRecipe" : {
16           "href" : "http://so-catalog-db-adapter:8082/serviceRecipe/{{id}}"
17         },
18         "service" : {
19           "href" : "http://so-catalog-db-adapter:8082/serviceRecipe/{{id}}/service"
20         }
21       }
22     }