Feature
This view displays the Root Service event history.
Fields
| Field | Type | Nullable | Description |
|---|---|---|---|
| TIMESTAMP | timestamp(6) | NO | The time when the event occurred. |
| MODULE | varchar(64) | NO | The name of the module where the event belongs. |
| EVENT | varchar(64) | NO | The name of the event. |
| NAME1 | varchar(256) | YES | The name of the first attribute of the event. |
| VALUE1 | varchar(256) | YES | The value of the first attribute of the event. |
| NAME2 | varchar(256) | YES | The name of the second attribute of the event. |
| VALUE2 | varchar(256) | YES | The value of the second attribute of the event. |
| NAME3 | varchar(256) | YES | The name of the third attribute of the event. |
| VALUE3 | varchar(256) | YES | The value of the third attribute of the event. |
| NAME4 | varchar(256) | YES | The name of the fourth attribute of the event. |
| VALUE4 | varchar(256) | YES | The value of the fourth attribute of the event. |
| NAME5 | varchar(256) | YES | The name of the fifth attribute of the event. |
| VALUE5 | varchar(256) | YES | The value of the fifth attribute of the event. |
| NAME6 | varchar(256) | YES | The name of the sixth attribute of the event. |
| VALUE6 | varchar(256) | YES | The value of the sixth attribute of the event. |
| EXTRA_INFO | varchar(512) | YES | The additional information. |
| RS_SVR_IP | varchar(46) | YES | The IP address of the Root Service server. |
| RS_SVR_PORT | bigint(20) | YES | The port number of the Root Service server. |