listLogs
This function lists all Log Objects.
This function lists all Log Objects.
This function prints the objects data given its Log ID.
This function allows you to delete the object given its Log ID.
This function lists all Log Item Objects.
This function prints the objects data given its Log Item ID.
Parameter name | Type | Description | Possible Values | Example | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
_id | String | The Log ID. | 5f8a21545108792bb859b1a3 | |||||||||||||
start_time | Date | The date and time the log was created. | '2021-04-07T14:17:02+00:00' | |||||||||||||
end_time | Date | The date and time the log was completed. | 2021-04-07T14:17:02+00:00 | |||||||||||||
execution_time | Integer | Total time (seconds) the process spent executing. | 146 (secs) | |||||||||||||
actual_time | Integer | Total time (seconds) the process spent pending in the queue AND executing. | 500 (secs) | |||||||||||||
info | list [] | Additional information for the process that was executed. Backup Job ID, Account name, etc. | ||||||||||||||
status | Integer | Status of the process after completion. |
|
1 (Completed) | ||||||||||||
type | Integer | The type of log. |
|
2 | ||||||||||||
file | String | The corresponding path to the log file. | /usr/local/jetapps/var/ log/jetbackup5/queue/ 1_607e54187a5bf71622268560.log | |||||||||||||
items | String | The corresponding path to the log items file. | /usr/local/jetapps/var/ log/jetbackup5/queue/ 1_607e54187a5bf71622268560.items |
Type Name | Type | Description | Possible Values | Examples | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
_id | String | The Log Item ID. | 607e54197a5bf71622268561 | |||||||||||||||
owner | String | The ID of the owner. | 606dbe8b90f1b17d0569b834 | |||||||||||||||
owner_name | String | The name of owner matching the corresponding owner ID. | root | |||||||||||||||
created | Date | The date and time the log item was created. | 2021-04-20T04:10:01+00:00 | |||||||||||||||
started | Date | The date and time the log item began processing. | 2021-04-20T04:10:01+00:00 | |||||||||||||||
ended | Date | The date and time the log item was completed. | 2021-04-20T04:10:08+00:00 | |||||||||||||||
execution_time | Integer | Total amount of time (seconds) the Log Item spent processing. | 7 (secs) | |||||||||||||||
type | Integer | The type of log. |
|
1 | ||||||||||||||
Status | Integer | Status of the process after completion. |
|
1 |
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.