Databricks SDK for JavaScript
    Preparing search index...
    interface GetBillingUsageDashboardRequest {
        accountId?: string;
        dashboardType?: UsageDashboardType;
        workspaceId?: bigint;
    }
    Index

    Properties

    accountId?: string

    account ID.

    dashboardType?: UsageDashboardType

    Workspace level usage dashboard shows usage data for the specified workspace ID. Global level usage dashboard shows usage data for all workspaces in the account.

    workspaceId?: bigint

    The workspace ID of the workspace in which the usage dashboard is created.