fix(go.d/powerstore): remove extra_details field (#22291)
Ilya Mashchenko committed
Apr 27, 2026 at 15:31 UTC
c4e0fb80f678a300454b9d34f88acd3c4e9702fe
1 file changed
-1
src/go/plugin/go.d/collector/powerstore/client/types.go
-1
@@ -37,7 +37,6 @@ type Hardware struct {
37
LifecycleState string `json:"lifecycle_state"`
38
StatusLED string `json:"status_led,omitempty"`
39
ApplianceID string `json:"appliance_id,omitempty"`
40
- ExtraDetails string `json:"extra_details,omitempty"`
40
PartNumber string `json:"part_number,omitempty"`
41
SerialNumber string `json:"serial_number,omitempty"`
42
Slot int `json:"slot,omitempty"`