/api/space/audit-log-management (v1)

The following operations are supported on this resource:

GET /
(Deprecated)
Version 1

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

Sample Usage

GET /


  • Sample Output XML:
    <audit-log-management>
       <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":
       {
          "collection":
          {
             "@href": "/api/space/audit-log-management/audit-logs",
             "@rel": "Collection-of-audit-logs-recorded-by-all-services"
          }
          {
             "@href": "/api/space/audit-log-management/audit-log-forwarding"",
             "@rel": "Collection-of-audit-log-forwarding-criteria"
          }
       }
       }
    }

  • Access Control

    The following capabilities are required to access this API: DefaultRead

      For the current version of this API, refer to :
    • version 2