Call Operation
call_operationExecute any cataloged Omada API operation by operation ID, with automatic site context and support for path, query, and body parameters.
Instructions
Call any cataloged Omada API operation by its operation_id.
omadacId is filled in automatically. Other path parameters (e.g. siteId, apMac) go in path_params; query-string parameters in query_params; a JSON request body (for POST/PUT operations that take one) in body. Use get_operation_schema first if unsure what an operation needs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | ||
| path_params | No | ||
| operation_id | Yes | ||
| query_params | No |