get_camera_details
Retrieve a UniFi Protect camera's full configuration and runtime record, including model, firmware, resolution, recording mode, privacy/IR state, connection state, and live statistics, by ID or name.
Instructions
Get the full configuration and runtime record for one Protect camera.
Read-only operation: it returns the camera's model, firmware, resolution, recording mode, privacy/IR state, connection state, and live statistics. The camera is resolved by ID first and then by name, so either form is accepted. Use list_cameras first to find the camera_id; use get_camera_snapshot to capture an image, or get_camera_health_summary for a connectivity-only view.
Args: camera_id: Protect camera identifier or name to look up. device: Optional Protect console name to target a specific UniFi Protect device; omit to use the first Protect-enabled device.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| device | No | Optional Protect console name to target a specific UniFi Protect device; omit to use the first Protect-enabled device. | |
| camera_id | Yes | Protect camera identifier or name to look up. |