Image - Get Metadata
Obtient les métadonnées de l’image spécifiée.
GET https://prod.core.sphere.azure.net/v2/tenants/{tenantId}/images/{imageId}/metadata
Paramètres URI
Nom | Dans | Obligatoire | Type | Description |
---|---|---|---|---|
image
|
path | True |
string uuid |
ID d’image. |
tenant
|
path | True |
string uuid |
ID de locataire Azure Sphere. |
Réponses
Nom | Type | Description |
---|---|---|
200 OK |
Opération réussie. |
Exemples
Get an image's metadata
Sample Request
GET https://prod.core.sphere.azure.net/v2/tenants/768c2cd6-1bf0-4521-9f53-084a331d81cb/images/985453bb-eb5c-4ff2-8e06-aef4786ac445/metadata
Sample Response
{
"Id": "985453bb-eb5c-4ff2-8e06-aef4786ac445",
"Name": "DishwasherHighLevelApp",
"ComponentId": "45f4d635-1ac8-4fc3-b386-ffb74f13331f",
"Description": null,
"ImageType": 10,
"Type": 10
}
Définitions
ImageMetadata
Nom | Type | Description |
---|---|---|
ComponentId |
string |
Obtient ou définit l’identificateur du composant. |
Description |
string |
Obtient ou définit les informations décrivant l’image. |
Id |
string |
Obtient ou définit l’identificateur d’image. |
ImageType |
integer |
Cette propriété est déconseillée. Utilisez ImageMetadata.Type |
Name |
string |
Obtient ou définit le nom de l’image. |
Type |
enum:
|
Obtient ou définit le type de l’image. |