event_notification delete

Deletes event notification entries from the Oracle FS System.

SYNOPSIS

event_notification ‑delete 
   ‑eventNotification event‑notification‑id‑or‑fqn
                     [,event‑notification‑id‑or‑fqn]...

   [{‑sessionKey | ‑u admin‑user ‑oracleFS oracle‑fs‑system}]
   [{‑outputformat | ‑o} { text | xml }]
   [{‑timeout timeout‑in‑seconds | ‑verify | ‑usage | ‑example | ‑help}] 

DESCRIPTION

The event_notification ‑delete command requires that you provide the name or ID of the event notification to delete. Run the event_notification ‑list command to obtain the names and IDs of event notifications that are currently defined on the Oracle FS System.

In addition to deleting event notifications, you can also prevent event notifications from being sent to registered subscribers in one of the following ways:
  • Run the system ‑modify ‑disableEmail command to disable the SMTP server from sending email that is generated by the Oracle FS System. This is not recommended except as a short term measure, since a configured email server is necessary for password recovery.

  • Run the event_notification ‑modify ‑disable command to temporarily disable the notification.

Note: Only administrators with primary administrator or admin1 roles are authorized to run the event_notification delete command.

OPTIONS

eventNotification

Specifies the fully qualified name (FQN) of the event notification. The name must be preceded by a forward slash (/). You can also specify the unique ID for the event notification.

EXAMPLE

Task
Delete a notification when it is no longer desired or needed.
Note: Before running this example, obtain the list of event notifications by running the event_notification ‑list ‑details command.
Parameters
  • The name of the event notification preceded by a forward slash (/) character: /MyNotify

$ fscli event_notification -delete ‑eventNotification /⁠MyNotify