Config REST API - skrusty/AsterNET-ARI-Proxy GitHub Wiki
Config
Method | Path | Return Model | Summary |
---|---|---|---|
POST | v1/config/save | void | Saves the current proxy state back to the configuration file |
POST | v1/config/reload | void | Reloads the proxy configuration from the saved state |
POST v1/config/save
Saves the current proxy state back to the proxies configuration file. This should be called if you want to save stateful information back to the disk, for example active stasis applications.
POST v1/config/reload
Reloads the proxy configuration file from the disk. This is useful if you're modifying your proxies configuration outside of APCoR. For example, when using a configuration management tool.