The Audit Log Management Service provides a listing of audit logs that are recorded for operations initiated by either the Space UI or REST APIs in the system. With the exception of user login operations, audit log records are only made for operations that insert, modify, or delete records in the database.

Audit log records include the following information:

  • Name of the user who initiated the operation.
  • User's IP address.
  • Short description of the operation.
  • Timestamp when the operation was performed.
  • Name of application performing the operation or "REST" for REST calls.
  • Name of UI task performing the operation (in case of UI initiated operation) or name of the REST API method for REST calls.
  • Results of the operation.
  • Link to job (if operation is a job).

A list of REST URIs is provided in the Resources section to perform various operations.

If an application needs to provide information to the Audit Log Service, it can use the information about audit logging described in the Junos Space SDK Application Developer Guide.

Service Root

/api/space/audit-log-management

Methods and Collections

/audit-logs

REST Resources