connector_network_post
Send POST requests to UniFi Network Application via Cloud Connector to configure or update network settings.
Instructions
Proxy a POST request to the Network Application via Cloud Connector.
Args:
console_id: UniFi console/host identifier (from list_hosts)
path: Network API sub-path, e.g. api/s/default/rest/wlanconf
settings: Application settings
body: Optional request body to forward
confirm: Must be True to execute (mutating operation)
dry_run: If True, preview the request without sending it
Returns: Raw response or dry-run preview
Raises: ValidationError: If console_id/path is empty or confirm not provided ValueError: If Site Manager API is not enabled
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | ||
| path | Yes | ||
| confirm | No | ||
| dry_run | No | ||
| console_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||