Image - Get Status
获取指定映像的状态。
GET https://prod.core.sphere.azure.net/v2/tenants/{tenantId}/images/{imageId}/status
URI 参数
名称 | 在 | 必需 | 类型 | 说明 |
---|---|---|---|---|
image
|
path | True |
string uuid |
映像 ID。 |
tenant
|
path | True |
string uuid |
Azure Sphere 租户 ID。 |
响应
名称 | 类型 | 说明 |
---|---|---|
200 OK |
string |
成功。 |
示例
Get an image's status
Sample Request
GET https://prod.core.sphere.azure.net/v2/tenants/768c2cd6-1bf0-4521-9f53-084a331d81cb/images/985453bb-eb5c-4ff2-8e06-aef4786ac445/status
Sample Response
{
"Status": "Succeeded"
}