Databricks SDK for JavaScript
    Preparing search index...
    interface LogDeliveryStatus {
        lastAttemptTime?: string;
        lastSuccessfulAttemptTime?: string;
        message?: string;
        status?: LogDeliveryStatusEnum;
    }
    Index

    Properties

    lastAttemptTime?: string

    The UTC time for the latest log delivery attempt.

    lastSuccessfulAttemptTime?: string

    The UTC time for the latest successful log delivery.

    message?: string

    Informative message about the latest log delivery attempt. If the log delivery fails with USER_FAILURE, error details will be provided for fixing misconfigurations in cloud permissions.

    Enum that describes the status. Possible values are:

    • CREATED: There were no log delivery attempts since the config was created.
    • SUCCEEDED: The latest attempt of log delivery has succeeded completely.
    • USER_FAILURE: The latest attempt of log delivery failed because of misconfiguration of customer provided permissions on role or storage.
    • SYSTEM_FAILURE: The latest attempt of log delivery failed because of an internal error. Contact support if it doesn't go away soon.
    • NOT_FOUND: The log delivery status as the configuration has been disabled since the release of this feature or there are no workspaces in the account.