UniFi Protect icon

UniFi Protect

Interact with UniFi Protect API

Actions18

Overview

This node interacts with the UniFi Protect API to retrieve the complete system configuration when the 'Bootstrap' resource and 'Get' operation are selected. It is useful for users who want to fetch all configuration details of their UniFi Protect system in one request, such as for system monitoring, backup, or integration purposes.

Use Case Examples

  1. A security administrator uses this node to get the full system configuration of their UniFi Protect setup to audit device settings.
  2. An automation workflow fetches the bootstrap data to synchronize UniFi Protect system details with another management platform.

Properties

Name Meaning
Request Options Settings to control request behavior such as batching, SSL certificate validation, proxy usage, and timeout.

Output

JSON

  • bootstrapData - The complete system configuration data retrieved from the UniFi Protect API.

Dependencies

  • Requires an API key credential for UniFi Protect API authentication.

Troubleshooting

  • If the node fails due to SSL certificate errors, enable 'Ignore SSL Issues' to bypass validation (not recommended for production).
  • Timeout errors can occur if the server is slow or unreachable; increase the 'Timeout' value as needed.
  • Incorrect proxy settings can cause connection failures; verify proxy URL and credentials if used.

Links

Discussion