Viewing Session Status in Command Line Interface
To view the session status of a specific session in the Veeam Agent command line interface, use the following command:
|
veeamconfig session info --id <session_id> |
where <session_id> is an ID of the session for which you want to check status.
Veeam Agent displays the following information about sessions:
|
Parameter |
Description |
|---|---|
|
ID |
ID of the session. |
|
Job name |
Name of the backup job parent to the session. Veeam Agent displays value for this parameter only for backup job sessions. |
|
Job ID |
ID of the backup job parent to the session. Veeam Agent displays value for this parameter only for backup job sessions. |
|
State |
Current status of the session. |
|
Start time |
Date and time of the session start. |
|
End time |
Date and time of the session completion. Veeam Agent displays value for this parameter only for completed sessions. |
The following example shows status information about a running backup job session:
|
user@srv01:~$ veeamconfig session info --id fb9104a7-b507-46f8-90ea-10601863e8d7 Backup session ID: {fb9104a7-b507-46f8-90ea-10601863e8d7} Job name: system backup Job ID: {fa1ebf29-62f1-47d4-ae91-4e7c209abcd2} State: Running Start time: 2020-03-16 11:49:47 UTC End time: |