Image - List Images For Tenant
列出指定 Azure Sphere 租户 ID 的图像。
GET https://prod.core.sphere.azure.net/v2/tenants/{tenantId}/images
GET https://prod.core.sphere.azure.net/v2/tenants/{tenantId}/images?maxPageSize={maxPageSize}
URI 参数
名称 | 在 | 必需 | 类型 | 说明 |
---|---|---|---|---|
tenant
|
path | True |
string uuid |
Azure Sphere 租户 ID。 |
max
|
query |
integer int32 |
响应中应包含的最大结果数。 |
请求头
名称 | 必需 | 类型 | 说明 |
---|---|---|---|
Sphere-Continuation |
string |
用于继续上一页结果的延续标记。 |
响应
名称 | 类型 | 说明 |
---|---|---|
200 OK |
成功。 |
示例
List all images for the specified tenant
Sample Request
GET https://prod.core.sphere.azure.net/v2/tenants/768c2cd6-1bf0-4521-9f53-084a331d81cb/images
Sample Response
{
"Items": [
{
"Id": "583d37d2-dc16-441f-b927-933edd4c1085",
"Name": "RefrigeratorRealTimeApp",
"ComponentId": "005180bc-402f-4cb3-a662-72937dbcde47",
"Description": null,
"ImageType": 10,
"Type": 10
},
{
"Id": "a43206c8-f384-44a2-84ad-c86ce2937a3e",
"Name": "RefrigeratorHighLevelApp",
"ComponentId": "25025d2c-66da-4448-bae1-ac26fcdd3627",
"Description": null,
"ImageType": 10,
"Type": 10
},
{
"Id": "985453bb-eb5c-4ff2-8e06-aef4786ac445",
"Name": "DishwasherHighLevelApp",
"ComponentId": "45f4d635-1ac8-4fc3-b386-ffb74f13331f",
"Description": null,
"ImageType": 10,
"Type": 10
}
],
"ContinuationToken": null
}
定义
名称 | 说明 |
---|---|
Image |
|
Image |
ImageMetadata
名称 | 类型 | 说明 |
---|---|---|
ComponentId |
string |
获取或设置组件标识符。 |
Description |
string |
获取或设置描述图像的信息。 |
Id |
string |
获取或设置图像标识符。 |
ImageType |
integer |
此属性已弃用。 请使用 ImageMetadata.Type |
Name |
string |
获取或设置映像的名称。 |
Type |
enum:
|
获取或设置图像的类型。 |
ImageMetadataItemCollectionResponse
名称 | 类型 | 说明 |
---|---|---|
ContinuationToken |
string |
可用于获取下一组项的延续标记。 |
Items |
项列表。 |