Image - Get Status

Získá stav zadané image.

GET https://prod.core.sphere.azure.net/v2/tenants/{tenantId}/images/{imageId}/status

Parametry identifikátoru URI

Name V Vyžadováno Typ Description
imageId
path True

string

uuid

ID image.

tenantId
path True

string

uuid

ID tenanta Azure Sphere

Odpovědi

Name Typ Description
200 OK

string

Úspěch.

Příklady

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"
}