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

    Type Alias GetGlobalClusterVariableData

    type GetGlobalClusterVariableData = {
        body?: never;
        path: { name: string };
        query?: never;
        url: "/cluster-variables/global/{name}";
    }
    Index

    Properties

    Properties

    body?: never
    path: { name: string }

    Type Declaration

    • name: string

      The name of the cluster variable

    query?: never
    url: "/cluster-variables/global/{name}"