| home > API > [/svs/info] > |
| request url |
http://[SERVER]:[PORT]/svs/info[?PARAMETER1=value[&...]] |
| short description |
Returns information about configuration and status of SupervisionServer processes |
| long description |
|
| parameters |
| name |
type |
description |
| sid |
string |
Session identifier for a server connection. Use the
/server/login request to get a valid
session identifier. |
|
| result |
| # |
name |
type |
description |
| 0 |
svs_active |
integer |
0 - not running currently, 1 - currently running |
| 1 |
login_mode |
integer |
0 - none, 1 - information; 2 - authentification; 3 - authorization |
| 2 |
cube_worker_enabled |
integer |
0 - disabled, 1 - enabled (switch in palo.ini) |
| 3 |
drill_through_enabled |
integer |
0 - disabled, 1 - enabled (switch in palo.ini) |
| 4 |
dimension_worker_enabled |
integer |
0 - disabled, 1 - enabled (switch in palo.ini) |
| 5 |
windows_sso_enabled |
integer |
0 - disabled, 1 - enabled (switch in palo.ini) |
|
| examples |
|
| further information |
|