Image - Get Url
获取可在其中下载指定映像的 URL。
GET https://prod.core.sphere.azure.net/v2/tenants/{tenantId}/images/{imageId}
URI 参数
名称 | 在 | 必需 | 类型 | 说明 |
---|---|---|---|---|
image
|
path | True |
string uuid |
映像 ID。 |
tenant
|
path | True |
string uuid |
Azure Sphere 租户 ID。 |
响应
名称 | 类型 | 说明 |
---|---|---|
200 OK |
成功。 |
示例
Get the URL of an image's download site
Sample Request
GET https://prod.core.sphere.azure.net/v2/tenants/768c2cd6-1bf0-4521-9f53-084a331d81cb/images/985453bb-eb5c-4ff2-8e06-aef4786ac445
Sample Response
{
"IsSuccess": true,
"Uri": "https://prodptimg.blob.core.windows.net/768c2cd6-1bf0-4521-9f53-084a331d81cb/images/985453bb-eb5c-4ff2-8e06-aef4786ac445?remaining-part-of-URL",
"UriMessage": null
}
定义
ImageDownloadInfo
名称 | 类型 | 说明 |
---|---|---|
IsSuccess |
boolean |
获取或设置一个值,该值指示获取图像 URI 的请求是否成功。 |
Uri |
string |
获取或设置 SAS 映像 URI。 |
UriMessage |
string |
获取或设置获取 URI 的请求失败时的图像 URI 消息 |