次の方法で共有


Deployments - List

指定した DeviceGroup の展開を取得します。

GET https://prod.core.sphere.azure.net/v2/tenants/{tenantId}/devicegroups/{deviceGroupId}/deployments
GET https://prod.core.sphere.azure.net/v2/tenants/{tenantId}/devicegroups/{deviceGroupId}/deployments?maxPageSize={maxPageSize}

URI パラメーター

名前 / 必須 説明
deviceGroupId
path True

string

uuid

DeviceGroup ID。

tenantId
path True

string

uuid

Azure Sphere テナント ID。

maxPageSize
query

integer

int32

応答に含める必要がある結果の最大数。

要求ヘッダー

名前 必須 説明
Sphere-Continuation

string

結果の前のページから続行するために使用される継続トークン。

応答

名前 説明
200 OK

DeploymentItemCollectionResponse

成功しました。

定義

名前 説明
Deployment
DeploymentItemCollectionResponse

Deployment

名前 説明
DeployedImages

string[]

現在このデプロイ中のイメージの ID。

DeploymentDateUtc

string

デプロイが作成された DateTime。

Id

string

デプロイの一意の ID。

TenantId

string

デプロイを所有するテナントの一意の ID。

DeploymentItemCollectionResponse

名前 説明
ContinuationToken

string

次の項目セットを取得するために使用できる継続トークン。

Items

Deployment[]

アイテムの一覧。