mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-20 05:13:21 -07:00
Add complete login table to logs
This commit is contained in:
parent
ae381f7762
commit
f598d5046e
9 changed files with 180 additions and 66 deletions
20
API.md
20
API.md
|
@ -112,8 +112,23 @@ Returns:
|
|||
```
|
||||
|
||||
|
||||
### delete_login_log
|
||||
Delete the PlexPy login logs.
|
||||
|
||||
```
|
||||
Required paramters:
|
||||
None
|
||||
|
||||
Optional parameters:
|
||||
None
|
||||
|
||||
Returns:
|
||||
None
|
||||
```
|
||||
|
||||
|
||||
### delete_notification_log
|
||||
Delete the notification logs.
|
||||
Delete the PlexPy notification logs.
|
||||
|
||||
```
|
||||
Required paramters:
|
||||
|
@ -1348,12 +1363,11 @@ Returns:
|
|||
"recordsFiltered": 10,
|
||||
"data":
|
||||
[{"browser": "Safari 7.0.3",
|
||||
"date": 1462591869,
|
||||
"friendly_name": "Jon Snow",
|
||||
"host": "http://plexpy.castleblack.com",
|
||||
"ip_address": "xxx.xxx.xxx.xxx",
|
||||
"os": "Mac OS X",
|
||||
"time": 1462591869,
|
||||
"timestamp": 1462591869,
|
||||
"user": "LordCommanderSnow",
|
||||
"user_agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_3) AppleWebKit/537.75.14 (KHTML, like Gecko) Version/7.0.3 Safari/7046A194A",
|
||||
"user_group": "guest",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue