Deployments - Get
Gets a Deployment by ID.
GET https://prod.core.sphere.azure.net/v2/tenants/{tenantId}/deployments/{deploymentId}
URI Parameters
Name | In | Required | Type | Description |
---|---|---|---|---|
deployment
|
path | True |
string uuid |
The ID of the requested deployment. |
tenant
|
path | True |
string uuid |
The Azure Sphere tenant ID. |
Responses
Name | Type | Description |
---|---|---|
200 OK |
Success. |
Definitions
Deployment
Name | Type | Description |
---|---|---|
DeployedImages |
string[] |
The IDs of images that are currently in this deployment. |
DeploymentDateUtc |
string |
The DateTime that the deployment was created. |
Id |
string |
The unique ID of the deployment. |
TenantId |
string |
The unique ID of the tenant that owns the deployment. |