From 9089204c6e16c0e36bb6a3efed3765e084d80db5 Mon Sep 17 00:00:00 2001 From: Kalle Carlbark Date: Tue, 13 Apr 2021 11:26:34 +0200 Subject: [PATCH] Add Dcim device Pod --- netbox_devices.go | 1 + 1 file changed, 1 insertion(+) diff --git a/netbox_devices.go b/netbox_devices.go index 026f209..e6c1172 100644 --- a/netbox_devices.go +++ b/netbox_devices.go @@ -163,6 +163,7 @@ type DcimDevicesList struct { DcimDeviceCountTimesLastRun interface{} `json:"dcim_device_count_times_last_run"` DcimDeviceImportVrfs interface{} `json:"dcim_device_import_vrfs"` DcimDeviceVrfTag interface{} `json:"dcim_device_vrf_tag"` + DcimDevicePod string `json:"dcim_device_pod"` } `json:"custom_fields"` ConfigContext struct { AdditionalProp1 string `json:"additionalProp1"`