| home > API > [/server/save] > |
| request url |
http://[SERVER]:[PORT]/server/save[?PARAMETER1=value[&...]] |
| short description |
Saves the server to disk |
| long description |
This request saves the server data, i. e. identifiers and database
names, to disk. To save database and/or cube data see the requests
"/database/save" and "/cube/save". |
| parameters |
| name |
type |
description |
| sid |
string |
Session identifier for a server connection. Use the
/server/login request to get a valid
session identifier. |
| complete |
boolean |
(Optional) If "1" then also databases and all cube data will be saved (default "0"). |
|
| result |
| # |
name |
type |
description |
| 0 |
OK |
boolean |
"1" means OK |
|
| examples |
|
| further information |
|