Image - Get Status
取得指定影像的狀態。
GET https://prod.core.sphere.azure.net/v2/tenants/{tenantId}/images/{imageId}/status
URI 參數
名稱 | 位於 | 必要 | 類型 | Description |
---|---|---|---|---|
image
|
path | True |
string uuid |
影像識別碼。 |
tenant
|
path | True |
string uuid |
Azure Sphere 租使用者識別碼。 |
回應
名稱 | 類型 | Description |
---|---|---|
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"
}