Add timeout_ns_update to the NS update params in valdation.py
[osm/NBI.git] / osm_nbi / resources_to_operations.yml
index d6943f4..8880817 100644 (file)
@@ -131,6 +131,8 @@ resources_to_operations:
 
   "POST /nslcm/v1/ns_instances/<nsInstanceId>/action": "ns_instances:id:action:post"
 
+  "POST /nslcm/v1/ns_instances/<nsInstanceId>/update": "ns_instances:id:update:post"
+
   "POST /nslcm/v1/ns_instances/<nsInstanceId>/scale": "ns_instances:id:scale:post"
 
   "GET /nslcm/v1/ns_lcm_op_occs": "ns_instances:opps:get"
@@ -233,6 +235,20 @@ resources_to_operations:
 
   "PATCH /admin/v1/k8sclusters/<id>": "k8sclusters:id:patch"
 
+################################################################################
+####################################### VCAs ###################################
+################################################################################
+
+  "GET /admin/v1/vca": "vca:get"
+
+  "POST /admin/v1/vca": "vca:post"
+
+  "GET /admin/v1/vca/<id>": "vca:id:get"
+
+  "DELETE /admin/v1/vca/<id>": "vca:id:delete"
+
+  "PATCH /admin/v1/vca/<id>": "vca:id:patch"
+
 ################################################################################
 ################################# K8s Repos ##############################
 ################################################################################