This page describes the APIs that can be used to retrieve and update StandbyMP Configurations.
Configuration(s) Listing API
Purpose:
Returns existing Configuration(s) and related settings, such as Automated Standby Update, Standby Update Delay, Email and Slack settings, Observer, etc.
...
Expand | |||||
---|---|---|---|---|---|
| |||||
|
Edit Configuration API
Purpose:
Allows updating Configuration parameters and settings, such as Automated Standby Update, Standby Update Delay, Email and Slack settings, Observer, etc.
Warning: This API allows to change all the Configuration parameters. Please be careful while using.
...
Code Block | ||
---|---|---|
| ||
{ "Status": 200, "Result": {} } |
Configuration(s) API Usage Examples
For getting comprehensive JSON output results, while using API, we parse all outputs with ājqā which can be easily installed by for example as root:
...
In all below examples we use authentication method via ā-uā for authentication method via cookie, check the /wiki/spaces/DSMP/pages/3432415233 Authentication page
Configuration Details
...