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

    Type Alias CloudConfigurationResponse

    Configuration for SaaS/cloud-specific settings.

    type CloudConfigurationResponse = {
        clusterId: string | null;
        mixpanelAPIHost: string | null;
        mixpanelToken: string | null;
        organizationId: string | null;
        stage: CloudStage | null;
    }
    Index

    Properties

    clusterId: string | null

    The SaaS cluster ID, if applicable.

    mixpanelAPIHost: string | null

    The Mixpanel API host URL.

    mixpanelToken: string | null

    The Mixpanel analytics token for the cloud UI.

    organizationId: string | null

    The SaaS organization ID, if applicable.

    stage: CloudStage | null

    The cloud deployment stage.