Documentation
¶
Overview ¶
Package command provides the command api for the opampcommander
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type UpdateAgentConfigRequest ¶
type UpdateAgentConfigRequest struct {
TargetInstanceUID uuid.UUID `binding:"required" json:"targetInstanceUid"`
RemoteConfig any `binding:"required" json:"remoteConfig"`
}
UpdateAgentConfigRequest is a struct that represents the request to update the agent configuration. It contains the target instance UID and the remote configuration data.
Click to show internal directories.
Click to hide internal directories.