X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FNBI.git;a=blobdiff_plain;f=osm_nbi%2Fnbi.py;fp=osm_nbi%2Fnbi.py;h=f57258fa6a1c88aee1ce8b7ccb5e2cb69dac9569;hp=ff2f6decbc33783cdba4f2f13e31857334c7d9f7;hb=8e3806cb1f4de97e7465d9da832eb1a841441cb9;hpb=e47b913f0500837d7caa2ee25c0b476f58884859 diff --git a/osm_nbi/nbi.py b/osm_nbi/nbi.py index ff2f6de..f57258f 100644 --- a/osm_nbi/nbi.py +++ b/osm_nbi/nbi.py @@ -85,6 +85,7 @@ URL: /osm GET POST terminate O5 action O scale O5 + migrate O heal 5 update 05 /ns_lcm_op_occs 5 5 @@ -444,6 +445,10 @@ valid_url_methods = { "METHODS": ("POST",), "ROLE_PERMISSION": "ns_instances:id:instantiate:", }, + "migrate": { + "METHODS": ("POST",), + "ROLE_PERMISSION": "ns_instances:id:migrate:", + }, "action": { "METHODS": ("POST",), "ROLE_PERMISSION": "ns_instances:id:action:",