code of applay grant
[vfc/gvnfm/vnflcm.git] / lcm / lcm / pub / msapi / nfvolcm.py
index 04b1227..755f335 100644 (file)
@@ -18,4 +18,8 @@ from lcm.pub.utils.restcall import req_by_msb
 
 def vnfd_rawdata_get(vnfdid):
     ret = req_by_msb("openoapi/nslcm/v1/vnfpackage/%s" % vnfdid, "GET")
+    return ret
+
+def apply_grant_to_nfvo(data):
+    ret = req_by_msb("openoapi/nslcm/v1/vnfpackage" , "GET", data)
     return ret
\ No newline at end of file