update docServicePipeline

Sets one or more parameters of a document service pipeline from an XML description.

See Also

updateAll docServicePipeline

Syntax

update docServicePipeline --UPDATE_METHOD=method --INPUT_FILE=xml_filename

or

update docServicePipeline -a method -i xml_filename

Parameters

method

Method to use when updating the properties of an object:

  • add: Adds new properties and overwrites existing properties, but does not delete existing properties that are omitted in the XML file.

  • remove: Removes existing properties that are defined in the XML file.

  • overwrite: Replaces the existing property values with the new values.

xml_filename

Path to the XML document that configures the object. See docServicePipeline.

Example

This example updates the default document service pipeline:

SES>update docServicePipeline --NAME=Default pipeline --UPDATE_METHOD=add --INPUT_FILE=docservicepipeline.xml
 
The object "[name=Default pipeline]" was successfully updated.