> For the complete documentation index, see [llms.txt](https://docs.tricloudnexus.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tricloudnexus.io/management-portal/operations/monitoring/device-details/properties.md).

# Properties

The **Properties** tab provides static information about the selected device. This includes identification details, platform specifications, and how the device is managed within the Nexus ecosystem.

<figure><img src="/files/rRm5jVtORmb2khBmYDZT" alt=""><figcaption><p>The Properties Tab for a Device</p></figcaption></figure>

### **Device Information**

Basic identity and connection details:

* **Name**\
  The unique identifier of the device within the platform.
* **Connection State**\
  Indicates whether the device is currently connected or disconnected.
* **Device Type**\
  Specifies whether the device is a **Standard IoT Device** or an **Edge Device**.
* **Authentication Method**\
  Shows the method used to authenticate the device with the platform:
  * **Certificate-based (X.509)**
  * **Key-based (Shared Access Signature)**

***

### **Platform Information**

Details about the underlying hardware and software environment:

* **Platform OS**\
  The operating system running on the device (e.g., Linux, Windows, RTOS).
* **Platform Architecture**\
  The processor architecture (e.g., `x64`, `arm32`, `arm64`).
* **Runtime Version**\
  The version of the IoT Edge Runtime installed on the device.

***

### **Management Endpoint**

Describes how the device is grouped and managed:

* **Name**\
  The name of the management endpoint to which the device is assigned.
* **Location**\
  A user-defined or system-defined label representing the physical or logical location of the endpoint


---

# 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:

```
GET https://docs.tricloudnexus.io/management-portal/operations/monitoring/device-details/properties.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
