All URIs are relative to http://localhost:8081/api/v1
| Method | HTTP request | Description |
|---|---|---|
| GetConfig | Get /servers/{server_id}/config | Returns all ConfigSettings for a single server |
| GetConfigSetting | Get /servers/{server_id}/config/{config_setting_name} | Returns a specific ConfigSetting for a single server |
[]ConfigSetting GetConfig(ctx, serverId) Returns all ConfigSettings for a single server
| Name | Type | Description | Notes |
|---|---|---|---|
| ctx | context.Context | context for logging, tracing, authentication, etc. | |
| serverId | string | The id of the server to retrieve |
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
ConfigSetting GetConfigSetting(ctx, serverId, configSettingName) Returns a specific ConfigSetting for a single server
NOT IMPLEMENTED
| Name | Type | Description | Notes |
|---|---|---|---|
| ctx | context.Context | context for logging, tracing, authentication, etc. | |
| serverId | string | The id of the server to retrieve | |
| configSettingName | string | The name of the setting to retrieve |
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]