Stop backup server
StopBackupServer¶
StopBackupServer
Description: Compatibility command reserved for stopping backup transport or cancelling runtime backup work.
This command is not implemented in the current backup runtime and returns HTTP 501.
Access Control¶
SESSION_ADMIN,SESSION_MANAGER
Request Parameters¶
No parameters required.
Request Example¶
{
"command": "StopBackupServer",
"extID": "1",
"data": {}
}
Response Example¶
{
"error": "RET_CFG_NO_BACKUP_MODULE",
"message": "No backup module configured",
"detail": "Backup transport/cancel runtime is not implemented yet"
}