update alert

Updates an alert.

See Also

updateAll alert

"Disk Space Management: Quotas and Alerts"

Syntax

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

or

update alert -n object_name -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 alert.

method

Method to use when updating the properties of an object:

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

Example

This example updates the status of alert_1:

SES>update alert --NAME=alert_1 --INPUT_FILE=alert_update.xml --UPDATE_METHOD=overwrite
 
The object "[name=alert_1]" was successfully updated.