Hello,
I look for a way to distinguish between MAXDB log backups and data backups in the REST API.
As you can see in the attached screenshot they are marked as "Incremental (Log, Config)" and "Incremental (Data, Config)" in the GUI, but the REST API marks both as backup type "Incremental" without additional information.
I have checked the queries for the job summary and job details, but all attributes (backupLevelName, localizedBackupLevelName, backupType) say "Incremental".
Is there any way to get this additional information?
I am also looking for a way to query log backups from SAP HANA.
My current logic is to look for job type 18 ("Application Command Line Backups") and process all SAP HANA backups as log backups.
However, I can't guarantee if this is always the case.
Is there another way to query such backups?
