List user actions
Retrieve user action log for one client or a set of projects
Authorizations
API key for authentication. Make sure to include the word apikey
, followed by a single space and then your token.
Example: apikey 1234$abcdef
Query Parameters
User action type. Several options can be specified.
["activate", "delete"]
API group that requested action belongs to. Several options can be specified.
["ai_cluster", "image"]
ISO formatted datetime string. Starting timestamp from which user actions are requested
"2019-11-14T10:30:32Z"
Optional. Limit the number of returned items
0 < x <= 1000
1000
Optional. Offset value is used to exclude the first set of records from the result
x >= 0
0
Sorting by timestamp. Oldest first, or most recent first
asc
, desc
Project ID. Several options can be specified.
[1, 2, 3]
Region ID. Several options can be specified.
[1, 2, 3]
Resource ID. Several options can be specified.
Extra search field for common object properties such as name, IP address, or other, depending on the resource_type
"default"
(DEPRECATED Use 'order_by
' instead) Sorting by timestamp. Oldest first, or most recent first
asc
, desc
ISO formatted datetime string. Ending timestamp until which user actions are requested
"2019-11-14T10:30:32Z"
Response
OK
The response is of type object
.