From c373d2c950ca976c8de4f8590fc25618b1fa40d5 Mon Sep 17 00:00:00 2001 From: Surya Gupta Date: Mon, 20 Nov 2023 12:24:52 -0500 Subject: [PATCH] adding SdcIPs parameter --- types/v1/types.go | 1 + 1 file changed, 1 insertion(+) diff --git a/types/v1/types.go b/types/v1/types.go index 0130a5b..6bc1049 100644 --- a/types/v1/types.go +++ b/types/v1/types.go @@ -452,6 +452,7 @@ type Sdc struct { SystemID string `json:"systemId"` SdcApproved bool `json:"sdcApproved"` SdcIP string `json:"SdcIp"` + SdcIPs []string `json:"SdcIps"` OnVMWare bool `json:"onVmWare"` SdcGUID string `json:"sdcGuid"` MdmConnectionState string `json:"mdmConnectionState"`