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

    Type Alias SearchClusterVariablesData

    type SearchClusterVariablesData = {
        body?: ClusterVariableSearchQueryRequest;
        path?: never;
        query?: { truncateValues?: boolean };
        url: "/cluster-variables/search";
    }
    Index

    Properties

    Properties

    path?: never
    query?: { truncateValues?: boolean }

    Type Declaration

    • OptionaltruncateValues?: boolean

      When true (default), long variable values in the response are truncated. When false, full variable values are returned.

    url: "/cluster-variables/search"