Deployments - Get
Hämtar en distribution efter ID.
GET https://prod.core.sphere.azure.net/v2/tenants/{tenantId}/deployments/{deploymentId}
URI-parametrar
Name | I | Obligatorisk | Typ | Description |
---|---|---|---|---|
deployment
|
path | True |
string uuid |
ID för den begärda distributionen. |
tenant
|
path | True |
string uuid |
Klientorganisations-ID:t för Azure Sphere. |
Svar
Name | Typ | Description |
---|---|---|
200 OK |
Åtgärden lyckades. |
Definitioner
Deployment
Name | Typ | Description |
---|---|---|
DeployedImages |
string[] |
ID:t för avbildningar som för närvarande finns i den här distributionen. |
DeploymentDateUtc |
string |
DateTime som distributionen skapades. |
Id |
string |
Distributionens unika ID. |
TenantId |
string |
Unikt ID för den klientorganisation som äger distributionen. |