pdu

package
v0.3.0 Latest Latest
Warning

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

Go to latest
Published: Jun 17, 2025 License: MIT Imports: 0 Imported by: 0

README

./magellan pdu collect x3000m0 --username admn --password admn

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type PDUInventory

type PDUInventory struct {
	Hostname string      `json:"hostname"`
	Outlets  []PDUOutlet `json:"outlets"`
}

type PDUOutlet

type PDUOutlet struct {
	ID         string `json:"id"`          // e.g., "35" or "BA35"
	Name       string `json:"name"`        // e.g., "Link1_Outlet_35"
	PowerState string `json:"power_state"` // e.g., "ON" or "OFF"
	SocketType string `json:"socket_type"`
}

Jump to

Keyboard shortcuts

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