Image - Get Status
Gets the status of the specified image.
GET https://prod.core.sphere.azure.net/v2/tenants/{tenantId}/images/{imageId}/status
URI Parameters
| Name | In | Required | Type | Description |
|---|---|---|---|---|
|
image
|
path | True |
string (uuid) |
The Image ID. |
|
tenant
|
path | True |
string (uuid) |
The Azure Sphere tenant ID. |
Responses
| Name | Type | Description |
|---|---|---|
| 200 OK |
string |
Success. |
Examples
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"
}