From b33e880f23525b4f75cf35e39aa5082addef0fb7 Mon Sep 17 00:00:00 2001 From: Sebastien Douheret Date: Mon, 22 Oct 2018 17:22:21 +0200 Subject: Added support of new image_url field Since commit ecef0475a0a9d51, url to download AGL image matching a SDK has been introduced in SDK definition file. This commit adds ImageURL field (json:image_url) in return json object of GET /sdks Change-Id: If52c39292ac3d5e44c4f61b8b51c48d9661beb2d Signed-off-by: Sebastien Douheret --- lib/xsapiv1/sdks.go | 1 + 1 file changed, 1 insertion(+) (limited to 'lib') diff --git a/lib/xsapiv1/sdks.go b/lib/xsapiv1/sdks.go index 54b941b..d91d335 100644 --- a/lib/xsapiv1/sdks.go +++ b/lib/xsapiv1/sdks.go @@ -37,6 +37,7 @@ type SDK struct { Arch string `json:"arch"` Path string `json:"path"` URL string `json:"url"` + ImageURL string `json:"image_url"` Status string `json:"status"` Date string `json:"date"` Size string `json:"size"` -- cgit 1.2.3-korg