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

    Type Alias ListRuntimeBackupsAsClusterAdminData

    type ListRuntimeBackupsAsClusterAdminData = {
        body?: never;
        path?: never;
        query?: { physicalTenantId?: string; prefix?: BackupIdPrefix };
        url: "/cluster/v2/backups/runtime";
    }
    Index
    body?: never
    path?: never
    query?: { physicalTenantId?: string; prefix?: BackupIdPrefix }

    Type Declaration

    • OptionalphysicalTenantId?: string

      The physical tenant to apply the change to. When omitted, or when passed with an empty value, the change is applied to every physical tenant of the cluster.

    • Optionalprefix?: BackupIdPrefix

      A prefix that backup ids must match, ending in a single '*'. If omitted, all backups are returned.

    url: "/cluster/v2/backups/runtime"