3.5.2 General
Získání aktuálního nastavení
Získá aktuální nastavení v sekci Obecné.
URL: | https://{{ip_addr}}/api/v1/hipmo/settings/general |
HTTP Metoda: | GET |
Response code: | Standardní HTTP response code, ošetřuje syntaktické chyby. |
Response data: | { "data": { "autosnapshot": true, "customLanguage": false, "deactivationTimeout": 1, "hipGroupPassword": "", "isReceivingMulticastActive": false, "logging": false, "multicastDiscovery": true, "pushToTalk": false, "settingsPassword": "" } } |
Nastavení sekce
URL: | https://{{ip_addr}}/api/v1/hipmo/settings/general |
HTTP Metoda: | PUT |
Response code: | Standardní HTTP response code, ošetřuje syntaktické chyby.
|
Request body: | { "hipGroupPassword": "<string>", "settingsPassword": "<string>", "autosnapshot": "<boolean>", "pushToTalk": "<boolean>", "logging": "<boolean>", "multicastDiscovery": "<boolean>", "customLanguage": "<boolean>", "isReceivingMulticastActive": "<boolean>", "deactivationTimeout": "<integer>" } |
Response data: | { "data": { "autosnapshot": true, "customLanguage": false, "deactivationTimeout": 1, "hipGroupPassword": "", "isReceivingMulticastActive": false, "logging": false, "multicastDiscovery": true, "pushToTalk": false, "settingsPassword": "" } } |