Documentation
¶
Index ¶
- type APIClient
- func (c *APIClient) ApplyAlertChannel(fileLocation string, outputformat string) error
- func (c *APIClient) ApplyMonitor(fileLocation string, outputformat string) error
- func (c *APIClient) ApplySink(fileLocation string, outputformat string) error
- func (c *APIClient) ChangeUserRole(username string, newRole string, outputformat string) error
- func (c *APIClient) CreateSecret(name string, value string) error
- func (c *APIClient) CreateUser(username string, role string, outputformat string) error
- func (c *APIClient) DeleteAlertChannel(name string, outputformat string) error
- func (c *APIClient) DeleteMonitor(name string, outputformat string) error
- func (c *APIClient) DeleteSecret(name string, output string) error
- func (c *APIClient) DeleteSink(name string, outputformat string) error
- func (c *APIClient) DeleteUser(username string, outputformat string) error
- func (c *APIClient) EditAlertChannel(name string) error
- func (c *APIClient) EditMonitor(name string) error
- func (c *APIClient) EditSecret(name string, newValue string) error
- func (c *APIClient) EditSink(name string) error
- func (c *APIClient) GetAlertChannel(name string, outputformat string) error
- func (c *APIClient) GetMonitor(name string, outputformat string) error
- func (c *APIClient) GetSecret(name string, output string) error
- func (c *APIClient) GetSink(name string, outputformat string) error
- func (c *APIClient) GetUser(username string, outputformat string) error
- func (c *APIClient) ListAlertChannels(outputFormat string) error
- func (c *APIClient) ListMonitors(options ListMonitorOptions, outputFormat string) error
- func (c *APIClient) ListSecrets(output string) error
- func (c *APIClient) ListSinks(outputFormat string) error
- func (c *APIClient) ListUsers(outputFormat string) error
- func (c *APIClient) LoadAlertChannelCLICommands() *cli.Command
- func (c *APIClient) LoadMonitorCLICommands() *cli.Command
- func (c *APIClient) LoadSecretCLICommands() *cli.Command
- func (c *APIClient) LoadSinkCLICommands() *cli.Command
- func (c *APIClient) LoadUserCLICommands() *cli.Command
- func (c *APIClient) PauseMonitor(name string, outputformat string) error
- func (c *APIClient) SilenceMonitor(name string, outputformat string) error
- func (c *APIClient) UnPauseMonitor(name string, outputformat string) error
- func (c *APIClient) UnSilenceMonitor(name string, outputformat string) error
- type Config
- type ListMonitorOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type APIClient ¶
type APIClient struct {
// contains filtered or unexported fields
}
func NewAPIClient ¶
func (*APIClient) ApplyAlertChannel ¶
func (*APIClient) ApplyMonitor ¶
func (*APIClient) ChangeUserRole ¶
func (*APIClient) CreateUser ¶
func (*APIClient) DeleteAlertChannel ¶
func (*APIClient) DeleteMonitor ¶
func (*APIClient) DeleteSink ¶
func (*APIClient) DeleteUser ¶
func (*APIClient) EditAlertChannel ¶
func (*APIClient) EditMonitor ¶
func (*APIClient) GetAlertChannel ¶
func (*APIClient) GetMonitor ¶
func (*APIClient) ListAlertChannels ¶
func (*APIClient) ListMonitors ¶
func (c *APIClient) ListMonitors(options ListMonitorOptions, outputFormat string) error
func (*APIClient) ListSecrets ¶
func (*APIClient) LoadAlertChannelCLICommands ¶
func (*APIClient) LoadMonitorCLICommands ¶
func (*APIClient) LoadSecretCLICommands ¶
func (*APIClient) LoadSinkCLICommands ¶
func (*APIClient) LoadUserCLICommands ¶
func (*APIClient) PauseMonitor ¶
func (*APIClient) SilenceMonitor ¶
func (*APIClient) UnPauseMonitor ¶
Click to show internal directories.
Click to hide internal directories.