Operations and Methods
The following method-implemented operations are supported for the /sessions collection in the Veeam Backup for AWS REST API:
- (GET)/api/v1/sessions — retrieves resource representation of all sessions stored in the Veeam Backup for AWS database.
- (GET)/api/v1/sessions/{sessionId} — retrieves representation of a session with the specified ID.
- (GET)/api/v1/sessions/{sessionId}/log — retrieves statistics of a session with the specified ID.
- (GET)/api/v1/sessions/{backupSessionId}/protectedItems — retrieves representation of EC2 Instances protected during the backup session with the specified ID.
- (GET)/api/v1/sessions/{restoreSessionId}/restoredItems — retrieves representation of EC2 instances restored during the restore session with the specified ID.
- (GET)/api/v1/sessions/{retentionSessionId}/deletedItems — retrieves representation of restore points removed during the retention session with the specified ID.
- (POST)/api/v1/session/{sessionId}/stop — stops execution of the session with the specified ID.
- (POST)/api/v1/sessions/export — exports to a file session statistics stored in the Veeam Backup for AWS database.