Constructors

Properties

client: Client

Methods

  • Exports audit records as a CSV file or ZIP file.

    Permissions required: 'Confluence Administrator' global permission.

    Type Parameters

    • T = unknown

    Parameters

    Returns Promise<void>

  • Exports audit records as a CSV file or ZIP file.

    Permissions required: 'Confluence Administrator' global permission.

    Type Parameters

    • T = unknown

    Parameters

    Returns Promise<T>

  • Returns all records in the audit log, optionally for a certain date range. This contains information about events like space exports, group membership changes, app installations, etc. For more information, see Audit log in the Confluence administrator's guide.

    Permissions required: 'Confluence Administrator' global permission.

    Type Parameters

    Parameters

    Returns Promise<void>

  • Returns all records in the audit log, optionally for a certain date range. This contains information about events like space exports, group membership changes, app installations, etc. For more information, see Audit log in the Confluence administrator's guide.

    Permissions required: 'Confluence Administrator' global permission.

    Type Parameters

    Parameters

    Returns Promise<T>

  • Returns records from the audit log, for a time period back from the current date. For example, you can use this method to get the last 3 months of records.

    This contains information about events like space exports, group membership changes, app installations, etc. For more information, see Audit log in the Confluence administrator's guide.

    Permissions required: 'Confluence Administrator' global permission.

    Type Parameters

    Parameters

    Returns Promise<void>

  • Returns records from the audit log, for a time period back from the current date. For example, you can use this method to get the last 3 months of records.

    This contains information about events like space exports, group membership changes, app installations, etc. For more information, see Audit log in the Confluence administrator's guide.

    Permissions required: 'Confluence Administrator' global permission.

    Type Parameters

    Parameters

    Returns Promise<T>

  • Returns the retention period for records in the audit log. The retention period is how long an audit record is kept for, from creation date until it is deleted.

    Permissions required: 'Confluence Administrator' global permission.

    Type Parameters

    Parameters

    Returns Promise<void>

  • Returns the retention period for records in the audit log. The retention period is how long an audit record is kept for, from creation date until it is deleted.

    Permissions required: 'Confluence Administrator' global permission.

    Type Parameters

    Parameters

    • Optional callback: undefined

    Returns Promise<T>

  • Sets the retention period for records in the audit log. The retention period can be set to a maximum of 20 years.

    Permissions required: 'Confluence Administrator' global permission.

    Type Parameters

    Parameters

    Returns Promise<void>

  • Sets the retention period for records in the audit log. The retention period can be set to a maximum of 20 years.

    Permissions required: 'Confluence Administrator' global permission.

    Type Parameters

    Parameters

    Returns Promise<T>

Generated using TypeDoc v0.25.12