fabric_connector_get
Relay GET requests to any approved UniFi controller endpoint via the Fabric connector, automatically resolving host and site placeholders.
Instructions
Relay a GET through the official Fabric connector to a console's /proxy/.
The escape hatch for a controller-supported route that has no typed tool yet. Always
available — GET needs no confirm. A 4xx/5xx is returned as status (not raised), so
a probe of an unknown route surfaces its own reachability status.
host: console name or ID (resolved to the owning API key + host id via the Registry).
path: the relay-relative application path AFTER /proxy/ — e.g.
network/integration/v1/sites or network/api/s/{site}/stat/device. Use the
{site} (slug) or {site_id} (UUID) placeholder for the site segment; the
server resolves and substitutes it (raw host/site ids and API keys never appear on
the tool surface). Only approved UniFi application namespaces are allowed (Network
integration/classic/v2, Protect integration/private, InnerSpace integration/legacy,
Access); .., %-encoding, and control characters are rejected.
site: site name or UUID — REQUIRED only when path contains a site placeholder.
params: optional query-string parameters.
scope: optional 'device' / 'site' / 'global' — cross-checked against the path so a
device route cannot be confused with a site-global setting route.
Returns {method, routeClass, path, resolvedPath, status, body} (body credential-redacted).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host | Yes | ||
| path | Yes | ||
| site | No | ||
| scope | No | ||
| params | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||