Get activity logs
Get activity logs
Request
URI
GET
https://{api_host}/app_volumes/activity_logs
COPY
Query Parameters
string
admin_upn
Optional
The down-level login name of the user that performed the activity.
Responses
200
List of activity logs.
{
"actlogs": {
"logs": [
{
"source_id": 0,
"source_type": "User",
"source_name": "Administrator",
"source_url": "/directory#/Users/1",
"target_id": 0,
"target_type": "Snapvol",
"target_name": "Administrator",
"target_description": "Administrator",
"target_url": "/directory#/Users/1",
"action": "Assign",
"log": "Success",
"event_time": "2022-01-01 12:00:00 -0700",
"event_time_human": "January 1, 2022 12:00PM",
"admin_user_upn": "DOMAIN\\Administrator",
"admin_user_name": "Administrator",
"admin_user_url": "/directory#/Users/2",
"id": 1
}
]
}
}
object
actlogs
Optional
actlogs
403
Session expired. Create a session and make the request with the _session_id cookie.
Returns UnauthorizedError of type(s) application/json
{
"error": "Session expired. Please login again."
}
string
error
Optional
Session expired. Create a session using and make the request with the _session_id cookie.
500
Server error.
Returns ServerError of type(s) application/json
{
"error": "Server Error",
"detail": "Unexpected server error."
}
string
error
Optional
Server Error.
string
detail
Optional
Details of error. Exact error format subject to change depending on type of error.
System Activity Operations
GET
Get activity logs