Version of NTEVL is - 3..13
Version of windows is - Windows server 2008 R2
Command is to run the below lua script to send the server in to maintenance
***********************************************************************
nimbus.login("********", "*********")
args = pds.create()
pds.putInt(args, "for", 300)
resp,rc = nimbus.request("/domain/hub/robot", "maint_until", args)
*******************************************************************************