extension_config

package
v1.56.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 30, 2024 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

Types

type CreateMonitoringConfigResponse

type CreateMonitoringConfigResponse struct {
	ObjectID string `json:"objectId"`
}

type ExtensionsList

type ExtensionsList struct {
	Extensions []struct {
		Name          string `json:"extensionName"`
		Version       string `json:"version"`
		ActiveVersion string `json:"activeVersion"`
	} `json:"extensions"`
}

type GetMonitoringConfigurationResponse

type GetMonitoringConfigurationResponse struct {
	ObjectID string          `json:"objectId"`
	Scope    string          `json:"scope"`
	Value    json.RawMessage `json:"value"`
}

type MonitoringConfigCreateDto

type MonitoringConfigCreateDto struct {
	Scope string          `json:"scope,omitempty"`
	Value json.RawMessage `json:"value"`
}

type MonitoringConfigurationList

type MonitoringConfigurationList struct {
	Items []struct {
		ObjectID string `json:"objectId"`
		Scope    string `json:"scope"`
		Value    struct {
			Version string `json:"version"`
		} `json:"value"`
	} `json:"items"`
	NextPageKey string `json:"nextPageKey"`
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL