Skip to main content
GET
List user actions

Authorizations

Authorization
string
header
required

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

action_type
enum<string>[]

User action type. Several options can be specified.

Available options:
activate,
attach,
change_logging_resources,
create,
create_access_rule,
deactivate,
delete,
delete_access_rule,
delete_metadata,
detach,
disable_logging,
disable_portsecurity,
download,
enable_logging,
enable_portsecurity,
failover,
put_into_servergroup,
reboot,
reboot_hard,
rebuild,
regenerate_credentials,
remove_from_servergroup,
replace,
replace_metadata,
resize,
resume,
retype,
revert,
scale_down,
scale_up,
start,
stop,
suspend,
update,
update_metadata,
upgrade
Example:
api_group
enum<string>[]

API group that requested action belongs to. Several options can be specified.

Available options:
ai_cluster,
caas_container,
caas_key,
caas_pull_secret,
dbaas_postgres,
ddos_profile,
faas_function,
faas_key,
faas_namespace,
file_shares,
floating_ip,
image,
inference_at_the_edge,
instance,
instance_isolation,
k8s_cluster,
k8s_cluster_template,
k8s_pool,
laas,
laas_topic,
lb_health_monitor,
lb_l7policy,
lb_l7rule,
lblistener,
lbpool,
lbpool_member,
lifecycle_policy,
lifecycle_policy_volume_member,
loadbalancer,
network,
port,
project,
quota_limit_request,
registry,
reservation,
reserved_fixed_ip,
role,
router,
secret,
securitygroup,
securitygrouprule,
servergroup,
shared_flavor,
shared_image,
shared_network,
snapshot,
snapshot_schedule,
ssh_key,
subnet,
user,
vip_ip_addresses,
volume
Example:
from_timestamp
string<date-time>

ISO formatted datetime string. Starting timestamp from which user actions are requested

Example:

"2019-11-14T10:30:32Z"

limit
integer
default:1000

Optional. Limit the number of returned items

Required range: x <= 1000
Example:

1000

offset
integer
default:0

Optional. Offset value is used to exclude the first set of records from the result

Required range: x >= 0
Example:

0

order_by
enum<string>
default:desc

Sorting by timestamp. Oldest first, or most recent first

Available options:
asc,
desc
Example:

"asc"

project_id
integer<int64>[]

Project ID. Several options can be specified.

Example:
region_id
integer<int64>[]

Region ID. Several options can be specified.

Example:
resource_id
string[]

Resource ID. Several options can be specified.

search_field
string

Extra search field for common object properties such as name, IP address, or other, depending on the resource_type

Example:

"default"

sorting
enum<string>
default:desc
deprecated

(DEPRECATED Use 'order_by' instead) Sorting by timestamp. Oldest first, or most recent first

Available options:
asc,
desc
Example:

"asc"

source_user_ips
string[]

Originating IP address of the client making the request. Several options can be specified.

Example:
to_timestamp
string<date-time>

ISO formatted datetime string. Ending timestamp until which user actions are requested

Example:

"2019-11-14T10:30:32Z"

user_agents
string[]

User-Agent string identifying the client making the request. Several options can be specified.

Example:

Response

200 - application/json

OK

count
integer
required

Number of objects

Required range: x >= 0
Example:

1

results
UserAction schema · object[]
required

Objects