diff --git a/netbox_devices.go b/netbox_devices.go index e6c1172..2123402 100644 --- a/netbox_devices.go +++ b/netbox_devices.go @@ -147,11 +147,7 @@ type DcimDevicesList struct { Value int `json:"value"` Label string `json:"label"` } `json:"dcim_device_exposed_to_internet"` - DcimDeviceImportOsVersion bool `json:"dcim_device_import_os_version"` - DcimDevicePod struct { - Value int `json:"value"` - Label string `json:"label"` - } `json:"dcim_device_pod"` + DcimDeviceImportOsVersion bool `json:"dcim_device_import_os_version"` DcimDeviceOsVersion interface{} `json:"dcim_device_os_version"` DcimDevicesImportInterfaces interface{} `json:"dcim_devices_import_interfaces"` DcimDeviceImportvlan bool `json:"dcim_device_importvlan"`