This topic lists the PHP API functions of the Zend Monitor UI.
Function |
Description |
Delete old issues from the Zend Monitor database and daemon cache. |
|
Delete obsolete issues from the Zend Monitor database and daemon cache. |
Delete old issues from the Zend Monitor database and daemon cache.
Available Since Version: 5.0
Parameter |
Type |
Required |
Description |
expiration_days |
int |
Yes |
All issues that did not re-occur for more than expiration_days will be deleted. |
expiration_days_closed |
int |
Yes |
All "Closed" or "Ignored" issues that did not re-occur for more than expiration_days_closed will be deleted |
Return Value: array - List of trace files IDs related to deleted issues.
Delete obsolete issues from the Zend Monitor database and daemon cache.
Available Since Version: 5.0
Parameter |
Type |
Required |
Description |
node_ids |
array |
Yes |
Array of valid node IDs. |
Return Value: array - List of trace files IDs related to deleted issues.