Image - Get Status

Ottiene lo stato dell'immagine specificata.

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

Parametri dell'URI

Nome In Necessario Tipo Descrizione
imageId
path True

string

uuid

ID immagine.

tenantId
path True

string

uuid

ID tenant di Azure Sphere.

Risposte

Nome Tipo Descrizione
200 OK

string

Operazione completata.

Esempio

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