connector_network_get
Send GET requests to the UniFi Network Application through the Cloud Connector to query network devices or settings by providing console ID and API path.
Instructions
Proxy a GET request to the Network Application via Cloud Connector.
Forwards the request to
https://api.ui.com/v1/connector/{console_id}/proxy/network/{path}
and returns the raw response.
Args:
console_id: UniFi console/host identifier (from list_hosts)
path: Network API sub-path, e.g. api/s/default/stat/device
settings: Application settings (UNIFI_SITE_MANAGER_ENABLED required)
params: Optional query parameters
Returns: Raw response from the proxied Network API endpoint
Raises: ValidationError: If console_id or path is empty ValueError: If Site Manager API is not enabled
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| params | No | ||
| console_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||