/api/space/audit-log-management

The following operations are supported on this resource:

GET / Version 2

This API gives the URI of the collection of audit logs.

Sample Usage

GET /


  • Sample Output XML:
    <audit-log-management>
       <archive-purge-audit-logs href="/api/space/audit-log-management/archive-purge-audit-logs"/>
       <collection href="api/space/audit-log-management/audit-logs" rel="Collection-of-audit-logs-recorded-by-all-services"/>
       <collection href="api/space/audit-log-management/audit-log-forwarding" rel="Collection-of-audit-log-forwarding-criteria"/>
    </audit-log-management>

  • Sample Output JSON:

    {
      "audit-log-management": {
        "archive-purge-audit-logs": {
          "@href": "/api/space/audit-log-management/archive-purge-audit-logs"
        },
        "collection": [
          {
            "@href": "/api/space/audit-log-management/audit-logs"
          },
          {
            "@href": "/api/space/audit-log-management/audit-log-forwarding"
          }
        ]
      }
    }

  • Access Control

    The following capabilities are required to access this API: DefaultRead

      For the deprecated versions of this API, refer to :
    • version 1

    GET /
    (Deprecated)
    Version 1

    Root Resource.

    Sample Usage

    GET /


    Access Control

    The following capabilities are required to access this API: DefaultRead