X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FNBI.git;a=blobdiff_plain;f=osm_nbi%2Fnbi.py;h=fefb3e963239385321c75c31d90a450dcf90e747;hp=ff8cd11bd8ab122b42f2825fa5e47bd6adb51516;hb=956924429d324ed432b2f9bf6ec0ceff437486ad;hpb=e128118419c3bb413de4cff8445b9b6c5598a5ed diff --git a/osm_nbi/nbi.py b/osm_nbi/nbi.py index ff8cd11..fefb3e9 100644 --- a/osm_nbi/nbi.py +++ b/osm_nbi/nbi.py @@ -59,7 +59,7 @@ URL: /osm GET POST /ns_instances_content O O / O O /ns_instances 5 5 - / 5 5 + / O5 O5 instantiate O5 terminate O5 action O @@ -215,7 +215,7 @@ class Server(object): "": {"METHODS": ("GET", "DELETE")} }, "ns_instances": {"METHODS": ("GET", "POST"), - "": {"TODO": ("GET", "DELETE"), + "": {"METHODS": ("GET", "DELETE"), "scale": {"TODO": "POST"}, "terminate": {"METHODS": "POST"}, "instantiate": {"METHODS": "POST"},