protect_get_link_station
Retrieve full details for a specific link station by its ID, including identity fields like model key, name, MAC, and state.
Instructions
Get full details for a specific link station by ID. Returns: id, modelKey, name, mac, state (universal identity fields). Protect Integration API 7.1.60 returns a thin object; additional device-specific fields are NOT verified (no instances on reference console) — inspect a live response before relying on them.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Link station ID |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Device ID | |
| modelKey | No | Resource kind | |
| name | No | Device name | |
| mac | No | MAC address | |
| state | No | CONNECTED | DISCONNECTED | ... |