AddPrinter

Use this service to add 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.

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

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.

<PRINTER printer="XXX" printerCommand="XXX" printerDescription="XXXX"/>
<PRINTER printer="YYY" printerCommand="XXX" printerDescription="XXXX"/> (for multiple requests)