X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FNBI.git;a=blobdiff_plain;f=osm_nbi%2Fnbi.py;h=29fcacd2a8a5a58b93869dbe41d1a086c4bb4f33;hp=502207f31de4735443e01cef3d9a49f50ecc6364;hb=544a2ae8b0b950b55f29c3f0a223ffe4874285e5;hpb=b1186b0b9ea287010c9f37ba6062512ea93f0ed4 diff --git a/osm_nbi/nbi.py b/osm_nbi/nbi.py index 502207f..29fcacd 100644 --- a/osm_nbi/nbi.py +++ b/osm_nbi/nbi.py @@ -86,6 +86,7 @@ URL: /osm GET POST action O scale O5 heal 5 + update 05 /ns_lcm_op_occs 5 5 / 5 5 5 TO BE COMPLETED 5 5 @@ -447,6 +448,10 @@ valid_url_methods = { "METHODS": ("POST",), "ROLE_PERMISSION": "ns_instances:id:action:", }, + "update": { + "METHODS": ("POST",), + "ROLE_PERMISSION": "ns_instances:id:update:", + }, }, }, "ns_lcm_op_occs": {