vsz_query
Query Ruckus Virtual SmartZone controllers for network objects like APs, clients, WLANs, DPSKs, and rogue info. Apply filters, full-text search, and pagination to retrieve specific data.
Instructions
Run a generic vSZ query with optional filters.
Supported query types: ap, client, wlan, dpsk, roguesInfoList, etc.
Args:
host: vSZ controller IP or hostname.
query_type: Query type (ap, client, wlan, dpsk, roguesInfoList).
filters: JSON string of filter criteria.
full_text_search: Free-text search.
page: Page number (1-indexed).
limit: Results per page (max 1000).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host | Yes | ||
| page | No | ||
| limit | No | ||
| filters | No | ||
| query_type | Yes | ||
| full_text_search | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |