Operations and Methods
The following method-implemented operations are supported for the /jobSessions collection in the Veeam Backup for Microsoft Azure REST API:
- (GET)/api/v3/jobSessions — retrieves resource representation of all sessions stored in the Veeam Backup for Microsoft Azure database.
- (GET)/api/v3/jobSessions/{retentionJobSessionId}/deletedItems — retrieves representation of restore points removed during the retention session with the specified ID.
- (GET)/api/v3/jobSessions/{backupJobSessionId}/protectedItems — retrieves representation of Azure VMs protected during the backup session with the specified ID.
- (GET)/api/v3/jobSessions/{restoreJobSessionId}/restoredItems — retrieves representation of Azure VMs restored during the restore session with the specified ID.
- (GET)/api/v3/jobSessions/{restoreJobSessionId}/fileLevelRestoredItems — retrieves representation of Azure VMs restored during the file-level restore session with the specified ID.
- (GET)/api/v3/jobSessions/{sessionId} — retrieves data of the session with the specified ID.
- (POST)/api/v3/jobSessions/{sessionId}/log — retrieves logs of the session with the specified ID.
- (POST)/api/v3/jobSessions/export — exports to a file session statistics stored in the Veeam Backup for Microsoft Azure database.
- (POST)/api/v3/jobSessions/{sessionId}/stop — stops a session with the specified ID.