update clusterTree

Changes the properties of a cluster tree from an XML file.

See Also

updateAll clusterTree

Syntax

update clusterTree --NAME=object_name --INPUT_FILE=xml_filename --UPDATE_METHOD=method

or

update clusterTree -n object_key -i xml_filename -a method

Parameters

object_name

Content of a <search:name> element in the XML document.

xml_filename

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

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.

Example

This example overwrites the parameter settings for the Topic Tree cluster tree:

SES>update clusterTree --NAME=Topic Tree --UPDATE_METHOD=overwrite --INPUT_FILE=clustertree.xml
 
The object "[name=Topic Tree]" was successfully updated.