WARNING: JetBackup 4 is set to reach its End-of-Life (EOL) on July 1st, 2024. For More Information, please visit: JetBackup 4 EOL Announcement.
NOTICE: JetBackup 5 is now available in the Stable Tier. For more information, please visit our Jetbackup 5 Documentation.

manageBackup

Description

With this function, you can add note-to-a/lock backup.

Parameters

Parameter name Type Description Possible values Example
_id String/Array Required
The ID of the backup.
  _id[]=5b60420ed5ac5e434a536237&_id[]=5c536fe2d5ac5e3a82442973
notes String Notes for the backup.    
locked Boolean Whether the backup is locked.    
lock_ttl Integer The lock days number.   pass 4 to lock this snapshot for 4 days.

Returns

This API call returns backup object.
To view the parameters returned, click on Backup Object

Example