# Deployments

The **Deployments** section gives you a full overview of deployments that have been executed across all devices. It helps you track what was deployed, when it happened, who performed it, and what configuration version was applied. You can also see the outcome and any events that occurred during deployment.

This section is essential for change tracking, troubleshooting, and verifying that devices are running the intended configuration.

<figure><img src="https://570593659-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FYMGRODsc2QD3N3wmfwTl%2Fuploads%2F72xadeiGB17qVovsj41T%2Fimage.png?alt=media&#x26;token=6b89bf30-3b13-4e91-b28c-15b7ba529cb2" alt=""><figcaption><p>Deployments including two scheduled deployment</p></figcaption></figure>

### Deployment Logs (left panel)

A list of all deployments, including completed, failed and scheduled ones.

#### Columns:

| Column                  | Description                                                                         |
| ----------------------- | ----------------------------------------------------------------------------------- |
| **Type**                | Shows an icon representing the type of deployment (typically device configuration). |
| **Updated Timestamp**   | When the deployment entry was last updated (e.g., after completion or failure).     |
| **Deployed Timestamp**  | The actual time the deployment was executed.                                        |
| **Scheduled Timestamp** | If the deployment was planned for a future time, it appears here.                   |
| **Status**              | Deployment result (e.g., `Completed`, `Failed`, `Pending`).                         |
| **Device**              | Target device name.                                                                 |
| **User**                | The person who initiated the deployment.                                            |

### Deployment Details (right panel)

When you select a deployment from the list, detailed information is shown.

#### Summary fields:

<table><thead><tr><th width="256">Field</th><th>Description</th></tr></thead><tbody><tr><td><strong>Deployment Name</strong></td><td>Automatically generated based on device name.</td></tr><tr><td><strong>Status</strong></td><td>The result of the deployment (e.g., Completed).</td></tr><tr><td><strong>Target Device</strong></td><td>Which device received the deployment.</td></tr><tr><td><strong>Created By</strong></td><td>The user who initiated the deployment.</td></tr><tr><td><strong>Hierarchy</strong></td><td>Which asset hierarchy version was used, if any.</td></tr><tr><td><strong>Device Configuration Version</strong></td><td>The specific version deployed to the device.</td></tr><tr><td><strong>Created / Last Updated</strong></td><td>Timestamps for creation and final status update.</td></tr><tr><td><strong>Duration</strong></td><td>Total time it took to execute the deployment.</td></tr><tr><td><strong>Description</strong></td><td>Optional comment saved with the deployment.</td></tr></tbody></table>

#### Events

Detailed log of what happened during the deployment. Each row includes:

* **Timestamp**
* **Type** (Information, Warning, Error)
* **Description** of the action.

These events help you understand exactly what was done and where issues may have occurred.
