UpdatePrinter

Use this service to update a printer.

Required parameters

Parameter Key Value Type Parameter Description
printer Alphanumeric string

The LSF printer name.

This is a key field. Must be alphanumeric only. Cannot be blank nor contain these invalid characters {;:.-()|!/?@+=\\`'\"<>[]*&#$%{}^~ }

Maximum length for strings is 10.

Optional parameters

Parameter Key Value Type Parameter Description
printerDescription Alphanumeric string

The LSF printer description.

This is an optional field. Cannot be null.

Maximum length for strings is 30.

printerCommand Alphanumeric string

The LSF printer command to be used.

This is an optional field. Cannot be blank.

Maximum length for strings is 50.

XML request format

<OLDPRINTER printer="XXX" ...old values.../>
<PRINTER printer="YYY" ...new values.../>This is the format of the request XML payload for POST method calls. Note
        that this must always be wrapped by <ACTION> nodes and the key fields must be
        unchanged.