Skip to content

List audit logs

GET
/v1/auditlog/

Return all audit log entries for the current account.

category
integer
nullable
Allowed values: 0 1 10 11 12 13 14 15 16 17 18 19 2 20 3 4 5 6 7 8 9
  • 0 - Account
  • 1 - Agent
  • 2 - Monitor
  • 3 - Dashboard
  • 4 - Integration
  • 5 - Notification Rule
  • 6 - Silence
  • 7 - AWS Integration
  • 8 - Mobile App
  • 9 - Sandbox
  • 10 - Report
  • 11 - User
  • 12 - Plan
  • 13 - Payment Mean
  • 14 - Reservations
  • 15 - Contacts Group
  • 16 - Server Group
  • 17 - Invoice
  • 18 - Application
  • 19 - Public Status Page
  • 20 - Notification Target
category_text
string
created_by
string format: uuid
cursor
string

The pagination cursor value.

page_size
integer

Number of results to return per page.

search
string

A search term.

object
next
string format: uri
nullable
Example
http://api.example.org/accounts/?cursor=cD00ODY%3D"
previous
string format: uri
nullable
Example
http://api.example.org/accounts/?cursor=cj0xJnA9NDg3
results
required
Array<object>

A ModelSerializer that takes an additional fields argument that controls which fields should be displayed.

object
id
required
string format: uuid
description
required
string
front_link
required
string
category
  • 0 - Account
  • 1 - Agent
  • 2 - Monitor
  • 3 - Dashboard
  • 4 - Integration
  • 5 - Notification Rule
  • 6 - Silence
  • 7 - AWS Integration
  • 8 - Mobile App
  • 9 - Sandbox
  • 10 - Report
  • 11 - User
  • 12 - Plan
  • 13 - Payment Mean
  • 14 - Reservations
  • 15 - Contacts Group
  • 16 - Server Group
  • 17 - Invoice
  • 18 - Application
  • 19 - Public Status Page
  • 20 - Notification Target
integer
nullable >= -2147483648 <= 2147483647
Allowed values: 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
category_text
required
string
type
  • 0 - Create
  • 1 - Edit
  • 2 - Connect
  • 3 - Shutdown
  • 4 - Timeout
  • 5 - Upgrade
  • 6 - Auto-upgrade
  • 7 - Delete
  • 8 - Undelete
  • 9 - Purge
  • 10 - Deactivate
  • 11 - Reactivate
  • 12 - Info
integer
nullable >= -2147483648 <= 2147483647
Allowed values: 0 1 2 3 4 5 6 7 8 9 10 11 12
type_text
required
string
object_is_deleted
boolean
created_at
required
string format: date-time
created_by
required
string format: uuid
nullable