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

    Type Alias DeploymentConfigurationResponse

    Configuration for deployment characteristics.

    type DeploymentConfigurationResponse = {
        contextPath: string;
        isEnterprise: boolean;
        isMultiTenancyEnabled: boolean;
        maxRequestSize: number;
    }
    Index

    Properties

    contextPath: string

    The servlet context path for the deployment.

    isEnterprise: boolean

    Whether this is an enterprise deployment.

    isMultiTenancyEnabled: boolean

    Whether multi-tenancy is enabled.

    maxRequestSize: number

    The maximum HTTP request size in bytes.