diff options
author | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2018-10-22 17:22:21 +0200 |
---|---|---|
committer | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2018-10-22 17:22:35 +0200 |
commit | b33e880f23525b4f75cf35e39aa5082addef0fb7 (patch) | |
tree | 12eef7bf171f7dcd114bc675a8386707669db36e /scripts/sdks/README.md | |
parent | 7939184660ed562f4b41c7a3983c7a4f69da52c7 (diff) |
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 <sebastien.douheret@iot.bzh>
Diffstat (limited to 'scripts/sdks/README.md')
-rw-r--r-- | scripts/sdks/README.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/sdks/README.md b/scripts/sdks/README.md index c887293..0b11b5f 100644 --- a/scripts/sdks/README.md +++ b/scripts/sdks/README.md @@ -42,6 +42,7 @@ Returned the list all SDKs (available and installed) using JSON format. "arch": "architecture", "path": "path where sdk installed locally", "url": "https://website.url.to.download.sdk", + "image_url": "https://website.url.to.download.image", "status": "Not Installed | Installed", "date": "2017-12-25 00:00", "size": "123 MB", @@ -110,6 +111,7 @@ returned the following JSON structure: "arch": "architecture", "path": "", "url": "https://website.url.to.download.sdk", + "image_url": "https://website.url.to.download.image", "status": "Not Installed", "date": "2017-12-25 00:00", "size": "123 MB", |