Entering content frame

Procedure documentation event_list Locate the document in the library structure

Use

You display a list of all active events.

Prerequisites

You have the DBInfoRead server authorization.

Syntax

event_list

Reply

OK

Name              Priority          Value          Description

<event_category>  <event_priority>  <value>        <description>

<event_category>  <event_priority>  <value>        <description>

<event_category>  <event_priority>  <value>        <description>

...

Values for the Reply Fields

Value

Description

<event_category>

Event category

<event_priority>

Event priority

LOW: low priority

MEDIUM: medium priority

HIGH: high priority

<value>

Additional value the meaning of which depends on the event

<description>

Description of the event

 

In the event of errors, see Reply Format.

Example

Logging on to the Database Manager CLI as operator OLEG with password MONDAY, connecting to the database instance DEMODB, displaying the list of all active events:

>dbmcli -u OLEG,MONDAY -d DEMODB event_list

OK

Name                Priority Value Description

DBFILLINGABOVELIMIT LOW      70    Filling of the database exceeds the given percentage

DBFILLINGABOVELIMIT MEDIUM   80    Filling of the database exceeds the given percentage

DBFILLINGABOVELIMIT MEDIUM   85    Filling of the database exceeds the given percentage

DBFILLINGABOVELIMIT HIGH     90    Filling of the database exceeds the given percentage

DBFILLINGABOVELIMIT HIGH     95    Filling of the database exceeds the given percentage

DBFILLINGABOVELIMIT HIGH     96    Filling of the database exceeds the given percentage

DBFILLINGABOVELIMIT HIGH     97    Filling of the database exceeds the given percentage

DBFILLINGABOVELIMIT HIGH     98    Filling of the database exceeds the given percentage

DBFILLINGABOVELIMIT HIGH     99    Filling of the database exceeds the given percentage

DBFILLINGBELOWLIMIT LOW      70    Filling of the database has fallen short of the given percentage

DBFILLINGBELOWLIMIT LOW      80    Filling of the database has fallen short of the given percentage

DBFILLINGBELOWLIMIT LOW      85    Filling of the database has fallen short of the given percentage

...

...

 

Leaving content frame