X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=scripts%2Fsdks%2FREADME.md;h=0b11b5f8e344163b29c07a90e49f6a7cc0228441;hb=refs%2Fchanges%2F61%2F19061%2F2;hp=97bae2111988178e5fb2d1cad68cd657f91eaae7;hpb=1a8b7603899f30f052ad123b7607b45a6d4c8772;p=src%2Fxds%2Fxds-server.git diff --git a/scripts/sdks/README.md b/scripts/sdks/README.md index 97bae21..0b11b5f 100644 --- a/scripts/sdks/README.md +++ b/scripts/sdks/README.md @@ -35,12 +35,14 @@ Returned the list all SDKs (available and installed) using JSON format. [ { "name": "My SDK name", + "uuid": "a-unique-id", "description": "A description", "profile": "profile", "version": "version", "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", @@ -102,12 +104,14 @@ returned the following JSON structure: ```json { "name": "My SDK name", + "uuid": "a-unique-id", "description": "A description", "profile": "profile", "version": "version", "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",