I am trying to execute the following API for updating the acl_class value for a ACL
fetch,c,'45003fd18000f10d'
set,c,'45003fd18000f10d',acl_class,0
save,c,l
But i ma getting the following error
API>fetch,c,'45003fd18000f10d'
...
OK
API>set,c,'45003fd18000f10d',acl_class,0
...
Error processing command:DfAttributeValueException:: THREAD: http-8080-1; MSG: [DFC_OBJECT_BADATTRVALUE] java.lang.NumberFormatException: For input string: "save,c,l"; ERRORCODE: ff; NEXT: null
***Script Aborted due to error***
can't understand why this is happening.
Any idea on this guys??
Thanks