fabric_connector_post
Send create or command POST requests to UniFi Fabric API via connector. Requires confirm=true and server write flag; returns upstream status and redacted response body.
Instructions
Relay a POST (create/command) through the Fabric connector. MUTATION — GATED.
Refused unless BOTH confirm=true AND the server's UNIFI_ENABLE_CONNECTOR_WRITE flag are
set (fail-closed; gating is checked before any network call). POST targets a collection
or command route (e.g. network/api/s/{site}/cmd/...); it has no GET twin, so no
read-before/after is performed. The upstream status/body (redacted) and routeClass are
returned; a 4xx/5xx is reported, not raised.
See fabric_connector_get for host/path/site/scope semantics. body: the JSON request body. Every attempt is written to the structured audit log (never the API key value).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | ||
| host | Yes | ||
| path | Yes | ||
| site | No | ||
| scope | No | ||
| confirm | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||