diff --git a/f5/device.go b/f5/device.go index 7bf9435..340c48c 100644 --- a/f5/device.go +++ b/f5/device.go @@ -10,6 +10,7 @@ type LBDeviceState struct { Path string `json:"fullPath"` FailoverState string `json:"failoverState"` ManagementIP string `json:"managementIP"` + Self bool `json:"selfDevice,string"` } func (f *Device) ShowDevice() (error, *LBDeviceRef) {