mirror of
https://github.com/lidarr/Lidarr
synced 2025-01-03 05:25:10 +00:00
Initial
parent
7110ca865b
commit
200a286b6a
1 changed files with 33 additions and 0 deletions
33
System-Status.md
Normal file
33
System-Status.md
Normal file
|
@ -0,0 +1,33 @@
|
||||||
|
**Endpoint: "/system/status"**
|
||||||
|
|
||||||
|
## GET ##
|
||||||
|
|
||||||
|
##### Summary #####
|
||||||
|
Returns system status
|
||||||
|
|
||||||
|
##### Parameters ######
|
||||||
|
|
||||||
|
*None*
|
||||||
|
|
||||||
|
##### Response #####
|
||||||
|
```JSON
|
||||||
|
|
||||||
|
{
|
||||||
|
"version": "2.0.0.1121",
|
||||||
|
"buildTime": "2017-07-08T20:49:36.5560392Z",
|
||||||
|
"isDebug": false,
|
||||||
|
"isProduction": true,
|
||||||
|
"isAdmin": true,
|
||||||
|
"isUserInteractive": false,
|
||||||
|
"startupPath": "C:\\ProgramData\\Lidarr\\bin",
|
||||||
|
"appData": "C:\\ProgramData\\Lidarr",
|
||||||
|
"osVersion": "6.2.9200.0",
|
||||||
|
"isMono": false,
|
||||||
|
"isLinux": false,
|
||||||
|
"isWindows": true,
|
||||||
|
"branch": "develop",
|
||||||
|
"authentication": false,
|
||||||
|
"startOfWeek": 0,
|
||||||
|
"urlBase": ""
|
||||||
|
}
|
||||||
|
```
|
Loading…
Reference in a new issue