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

    Type Alias CreateClusterVariableRequest

    type CreateClusterVariableRequest = {
        name: string;
        value: { [key: string]: unknown };
    }
    Index

    Properties

    Properties

    name: string

    The name of the cluster variable. Must be unique within its scope (global or tenant-specific).

    value: { [key: string]: unknown }

    The value of the cluster variable. Can be any JSON object or primitive value. Will be serialized as a JSON string in responses.