X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=osm_nbi%2Fnbi.py;h=de48c033e1b9d8a4fe97a63f58c403f871f13e26;hb=e3dca38ffdc68915611ebbc95d7feb081eeef2ef;hp=29e085a1e067242591a8037bc68d3330ba295fd6;hpb=bc5a52409c5d3690ebf6810a31662c0846847020;p=osm%2FNBI.git diff --git a/osm_nbi/nbi.py b/osm_nbi/nbi.py index 29e085a..de48c03 100644 --- a/osm_nbi/nbi.py +++ b/osm_nbi/nbi.py @@ -86,8 +86,8 @@ URL: /osm GET POST action O scale O5 migrate O - heal 5 update 05 + heal O5 /ns_lcm_op_occs 5 5 / 5 5 5 TO BE COMPLETED 5 5 @@ -433,6 +433,10 @@ valid_url_methods = { "": { "METHODS": ("GET", "DELETE"), "ROLE_PERMISSION": "ns_instances:id:", + "heal": { + "METHODS": ("POST",), + "ROLE_PERMISSION": "ns_instances:id:heal:", + }, "scale": { "METHODS": ("POST",), "ROLE_PERMISSION": "ns_instances:id:scale:",