I have created a script to execute on the vSz, but it is giving error
"Unable to upload the AP CLI script to the controller. Reason: com.ruckuswireless.wsg.domain.diagnostics.exception.InvalidAPCLIScriptFileException: Wrong AP script syntax."
my script is as follows
script
#define AP FW version this should match the AP version of that zone
fw_version=x.x.x.x
#define Model class, at present we only support model=all
model=all
# Actual AP CLI command goes here, single line for single command
set scg ip x.x.x.x
set scg config interval 300
set scg status interval 300
quit