User Actions

Operations related to the user actions

Get user actions

Get user actions for the account

SecurityBasic Authentication
Request
query Parameters
pageSize
integer [ 1 .. 1000 ]
Default: 10

Number of records per page

actionKinds
Array of strings

Filter results by types of actions. Multiple actions are allowed. Invalid value will be ignored

Items Enum: "CREATE_CLUSTER" "DELETE_CLUSTER" "REQUEST_CLUSTER_DELETE" "ADD_NODE" "ADD_DATA_CENTRE" "CHANGE_CLUSTER_SETTINGS" "CHANGE_CLUSTER_FIREWALL_RULES" "CREATE_VPC_PEERING_REQUEST" "EDIT_VPC_PEERING_REQUEST" "DELETE_VPC_PEERING_REQUEST" "ACCOUNT_INVITE_USER" "ACCOUNT_ACCEPT_INVITATION" "ACCOUNT_REVOKE_INVITATION" "ACCOUNT_REVOKE_LINK" "ACCOUNT_MODIFY_LINK" "ACCOUNT_CREATE_LINK" "ACCOUNT_GENERATE_API_KEY" "ACCOUNT_REVOKE_API_KEY" "ACCOUNT_ADD_ENCRYPTION_KEY" "ACCOUNT_UPDATE_REGIONS_ENCRYPTION_KEY" "ACCOUNT_REVOKE_ENCRYPTION_KEY" "RESTORE" "BACKUP" "CREATE_BACKUP_SCHEDULE" "DELETE_BACKUP_SCHEDULE" "ADMIN_ADD_CONFIG_OVERRIDE" "ADMIN_DELETE_CONFIG_OVERRIDE" "ADMIN_ADD_KAFKA_LISTENER" "ADMIN_DELETE_KAFKA_LISTENER" "ADMIN_SET_ACCESS_LEVEL" "LIST_BUNDLE_USERS" "CREATE_BUNDLE_USER" "EDIT_BUNDLE_USER" "DELETE_BUNDLE_USER" "RESTART_BUNDLE" "RECONFIGURE_BUNDLE" "RELOAD_BUNDLE" "RESIZE_CDC" "CANCEL_RESIZE_CDC" "RETRY_RESIZE_CDC" "CREATE_KAFKA_TOPIC" "DISPLAY_KAFKA_TOPIC_CONFIG" "EDIT_KAFKA_TOPIC" "DELETE_KAFKA_TOPIC" "DESCRIBE_KAFKA_TOPIC" "LIST_KAFKA_ACLS" "CREATE_KAFKA_ACLS" "DELETE_KAFKA_ACLS" "DEACTIVATE_SERVICE_USER" "REACTIVATE_SERVICE_USER" "CREATE_SERVICE_USER" "DEACTIVATE_SCIM_USER" "REACTIVATE_SCIM_USER" "DEACTIVATE_USER" "UPDATE_SSO_LOGIN_TYPE" "PRIVATE_LINK_MIGRATION_ENABLE" "PRIVATE_LINK_MIGRATION_DISABLE" "ADMIN_ADD_KAFKA_PRIVATE_LINK_LISTENER" "ADMIN_DELETE_KAFKA_PRIVATE_LINK_LISTENER" "ADMIN_ADD_KAFKA_PRIVATE_LINK_IAM_ROLE" "ADMIN_DELETE_KAFKA_PRIVATE_LINK_IAM_ROLE" "MANAGED_IDENTITY_MIGRATION_ENABLE" "MANAGED_IDENTITY_MIGRATION_DISABLE" "MIGRATE_FROM_AZURE_TO_AZUREAZ" "ENABLE_KAFKA_TIERED_STORAGE"
recordIndex
integer >= 0
Default: 0

Starting index for the records to return, useful for pagination. e.g. 10 will return records starting from 11

descriptionKeyword
string

Keyword in the action description

clusterId
string

Cluster Id

crudOperations
Array of strings

Operation type in CRUD form. Invalid value will be ignored

Items Enum: "ACCOUNT_LEVEL_USER_ACTIONS_CREATE" "ACCOUNT_LEVEL_USER_ACTIONS_UPDATE" "ACCOUNT_LEVEL_USER_ACTIONS_READ" "ACCOUNT_LEVEL_USER_ACTIONS_DELETE"
userName
string

Username

startTime
string

Start timestamp in milliseconds since epoch or ISO formatted date and time

endTime
string

End timestamp in milliseconds since epoch or ISO formatted date and time

getActionCounts
boolean
Default: true

If set to true, the response will include counts of each action type

Responses
200

Successfully retrieved the user actions for the organization and its linked accounts

403

Forbidden

get/cluster-management/v2/operations/user-actions/v2
Request samples
Response samples
application/json
{
  • "search": "string",
  • "startIndex": 0,
  • "totalResults": 0,
  • "totalOrgActionCount": 0,
  • "counts": [
    ],
  • "itemsPerPage": 0,
  • "resources": [
    ],
  • "totalAccountActionCount": 0
}