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

    Type Alias RestoreData

    type RestoreData = {
        body: RestoreRequest;
        path?: never;
        query?: { dryRun?: boolean };
        url: "/restore";
    }
    Index
    path?: never
    query?: { dryRun?: boolean }

    Type Declaration

    • OptionaldryRun?: boolean

      If true, the requested change is only validated and the resulting plan is returned, without applying it to the cluster.

    url: "/restore"