> For the complete documentation index, see [llms.txt](https://helpcenter.xopero.com/xopero-one-en/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://helpcenter.xopero.com/xopero-one-en/management/devices/device-details.md).

# Device details

## Device details panel

You can open the **Device details** panel to view additional information for any device— simply click the **info** <img src="/files/gFVFO3Q6U7E2rX9KEkRn" alt="" data-size="line"> button in the right-top corner of the device tile (in **device view**) or next to the listed device (in the **list view**).

### <mark style="background-color:blue;">Device status</mark>

#### In device details, you can view additional information about the device and its backup status:

1. **Device health** — displays the result of the latest backup and the associated device logs.
2. **Storage usage** — shows the amount of compressed and original data, as well as the used space compared to the total available storage.
3. **Backup plans details** — displays the assigned backup plan and its next scheduled run time. Also allows manual initiation of the backup process.

<figure><img src="/files/COvRXmeqgM5e9uuXOFhN" alt=""><figcaption><p><em>Device health, storage usage, and backup plans stats in <strong>XMS</strong>.</em></p></figcaption></figure>

### <mark style="background-color:blue;">Statistics for backup and restore</mark>

Device details also provide backup and restore statistics for the current day, the previous day, the last 7 days, 14 days, and 30 days. They are marked in three different colors: <mark style="color:$success;">green for</mark> <mark style="color:$success;"></mark><mark style="color:$success;">**OK**</mark>, <mark style="color:$warning;">yellow for</mark> <mark style="color:$warning;"></mark><mark style="color:$warning;">**Warning**</mark>, and <mark style="color:$danger;">red for</mark> <mark style="color:$danger;"></mark><mark style="color:$danger;">**Error**</mark>.

In the **Recent notifications** section, you can view the three latest backup statuses, including a brief description, the time they occurred, and the notification type.

#### Notification types include:

✅ **Success** — the backup or operation completed successfully.

ℹ **Info** — informational message about the backup or system status.

⚠️ **Warning** — indicates a potential issue that may require attention.

❗ **Error** — the backup or operation failed and requires immediate action.

<figure><img src="/files/rKRiFbTLZtIdGf5PYYJx" alt=""><figcaption><p><em>Example of device statistics tile.</em></p></figcaption></figure>

### <mark style="background-color:blue;">Device groups and additional options</mark>

#### At the bottom of the panel, you can view the groups the device is assigned to, the agent version, and access several useful options:

* **Delete all device backups — r**emoves all backups associated with the device.
* **Device details** — displays complete hardware information for the device.
* **All properties** — provides detailed properties (useful for troubleshooting).
* **Set as default** — marks the device as the default one.

<figure><img src="/files/lyJBoPRqQND7QQVhws0L" alt=""><figcaption><p><em>Additional options at the bottom of <strong>Device details</strong> panel.</em></p></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://helpcenter.xopero.com/xopero-one-en/management/devices/device-details.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
