A.104 getEventsForObject

Lists the events for an object.

Syntax

getEventsForObject objType=value objId=value

Description

This command lists the events for an object. To acknowledge an event, use the ackEvent command.

Options

The following table shows the available options for this command.

Option

Description

objType=value

The object type for which to list the events. The value of objType is an object such as FileServer, Repository, or Server. To get a list of all object types, use the showobjtypes command. The value for objType is case insensitive.

objId=value

The name or ID of the object.

Examples

Example A.135 Listing events for an Oracle VM Server

OVM> getEventsForObject objType=Server objId=MyServer

See Also