@camunda8/orchestration-cluster-api
    Preparing search index...

    Type Alias TakeRuntimeBackupResponse

    TakeRuntimeBackupResponse

    Response body for taking a runtime backup.

    type TakeRuntimeBackupResponse = {
        backupId: BackupId;
    }
    Index
    backupId: BackupId

    The id of the backup that has been scheduled.