Documentation
¶
Index ¶
- func AcknowledgeReboot(app core.App, agentID, rebootID string) (*types.RebootAcknowledgeResponse, error)
- func CreateReboot(app core.App, userID string, req types.RebootRequest) (*types.RebootResponse, error)
- func GetReboot(app core.App, userID, rebootID string) (*types.RebootResponse, error)
- func ListReboots(app core.App, userID, agentID, status string) (*types.RebootListResponse, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AcknowledgeReboot ¶
func AcknowledgeReboot(app core.App, agentID, rebootID string) (*types.RebootAcknowledgeResponse, error)
AcknowledgeReboot acknowledges a reboot operation (agent only)
func CreateReboot ¶
func CreateReboot(app core.App, userID string, req types.RebootRequest) (*types.RebootResponse, error)
CreateReboot creates a new reboot operation record Only authenticated users can create reboots (not agents)
func ListReboots ¶
ListReboots retrieves reboot operations for a user with optional filters
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.