Documentation ¶
Overview ¶
Package argus provides primitives to interact with the openapi HTTP API.
Code generated by dev.azure.com/schwarzit/schwarzit.odj.core/_git/stackit-client-generator.git version v1.0.23 DO NOT EDIT.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var BaseURLs = env.URLs(
"argus",
"https://argus.api.stackit.cloud",
"https://argus.api.stg.stackit.cloud",
"https://argus.api.dev.stackit.cloud",
)
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct { // list of connected client services Instances *instances.Client Acl *acl.Client AlertConfig *alertconfig.Client AlertGroups *alertgroups.Client AlertRules *alertrules.Client AlertRecords *alertrecords.Client Backup *backup.Client CertCheck *certcheck.Client GrafanaConfigs *grafanaconfigs.Client HttpCheck *httpcheck.Client Logs *logs.Client MetricsStorageRetention *metricsstorageretention.Client NetworkCheck *networkcheck.Client PingCheck *pingcheck.Client ScrapeConfig *scrapeconfig.Client Traces *traces.Client Plans *plans.Client // The endpoint of the server conforming to this interface, with scheme, // https://api.deepmap.com for example. This can contain a path relative // to the server, such as https://api.deepmap.com/dev-test, and all the // paths in the swagger spec will be appended to the server. Server string // Doer for performing requests, typically a *http.Client with any // customized settings, such as certificate chains. Client contracts.BaseClientInterface }
Client which conforms to the OpenAPI3 specification for this service.
func NewRawClient ¶
func NewRawClient(server string, opts ...ClientOption) (*Client, error)
type ClientOption ¶
ClientOption allows setting custom parameters during construction
func WithHTTPClient ¶
func WithHTTPClient(doer contracts.BaseClientInterface) ClientOption
WithHTTPClient allows overriding the default Doer, which is automatically created using http.Client. This is useful for tests.
type ClientWithResponses ¶
type ClientWithResponses struct { Client *Client // list of connected client services Instances *instances.ClientWithResponses Acl *acl.ClientWithResponses AlertConfig *alertconfig.ClientWithResponses AlertGroups *alertgroups.ClientWithResponses AlertRules *alertrules.ClientWithResponses AlertRecords *alertrecords.ClientWithResponses Backup *backup.ClientWithResponses CertCheck *certcheck.ClientWithResponses GrafanaConfigs *grafanaconfigs.ClientWithResponses HttpCheck *httpcheck.ClientWithResponses Logs *logs.ClientWithResponses MetricsStorageRetention *metricsstorageretention.ClientWithResponses NetworkCheck *networkcheck.ClientWithResponses PingCheck *pingcheck.ClientWithResponses ScrapeConfig *scrapeconfig.ClientWithResponses Traces *traces.ClientWithResponses Plans *plans.ClientWithResponses }
ClientWithResponses builds on rawClientInterface to offer response payloads
func NewClient ¶
func NewClient(server string, opts ...ClientOption) (*ClientWithResponses, error)
NewClient creates a new ClientWithResponses, which wraps Client with return type handling
func NewService ¶
func NewService(c contracts.BaseClientInterface) *ClientWithResponses
Directories ¶
Path | Synopsis |
---|---|
Package acl provides primitives to interact with the openapi HTTP API.
|
Package acl provides primitives to interact with the openapi HTTP API. |
Package alertconfig provides primitives to interact with the openapi HTTP API.
|
Package alertconfig provides primitives to interact with the openapi HTTP API. |
Package alertgroups provides primitives to interact with the openapi HTTP API.
|
Package alertgroups provides primitives to interact with the openapi HTTP API. |
Package alertrecords provides primitives to interact with the openapi HTTP API.
|
Package alertrecords provides primitives to interact with the openapi HTTP API. |
Package alertrules provides primitives to interact with the openapi HTTP API.
|
Package alertrules provides primitives to interact with the openapi HTTP API. |
Package backup provides primitives to interact with the openapi HTTP API.
|
Package backup provides primitives to interact with the openapi HTTP API. |
Package certcheck provides primitives to interact with the openapi HTTP API.
|
Package certcheck provides primitives to interact with the openapi HTTP API. |
Package grafanaconfigs provides primitives to interact with the openapi HTTP API.
|
Package grafanaconfigs provides primitives to interact with the openapi HTTP API. |
Package httpcheck provides primitives to interact with the openapi HTTP API.
|
Package httpcheck provides primitives to interact with the openapi HTTP API. |
Package instances provides primitives to interact with the openapi HTTP API.
|
Package instances provides primitives to interact with the openapi HTTP API. |
Package logs provides primitives to interact with the openapi HTTP API.
|
Package logs provides primitives to interact with the openapi HTTP API. |
Package metricsstorageretention provides primitives to interact with the openapi HTTP API.
|
Package metricsstorageretention provides primitives to interact with the openapi HTTP API. |
Package networkcheck provides primitives to interact with the openapi HTTP API.
|
Package networkcheck provides primitives to interact with the openapi HTTP API. |
Package pingcheck provides primitives to interact with the openapi HTTP API.
|
Package pingcheck provides primitives to interact with the openapi HTTP API. |
Package plans provides primitives to interact with the openapi HTTP API.
|
Package plans provides primitives to interact with the openapi HTTP API. |
Package scrapeconfig provides primitives to interact with the openapi HTTP API.
|
Package scrapeconfig provides primitives to interact with the openapi HTTP API. |
Package traces provides primitives to interact with the openapi HTTP API.
|
Package traces provides primitives to interact with the openapi HTTP API. |
Click to show internal directories.
Click to hide internal directories.