searchOrgSites
GET https://{{host}}/api/v1/orgs/:org_id/sites/search
Query Parameters
Name | Type | Description |
---|---|---|
id | string | site id |
name | string | site name |
country_code | string | site country code |
wifi_enabled | boolean | if WIFI feature is enabled |
locate_unconnected | boolean | if unconnected clients are located |
mesh_enabled | boolean | if Mesh feature is enabled |
rtsa_enabled | boolean | if managed mobility feature is enabled |
asset_enabled | boolean | if Asset Tracking is enabled |
app_waking | boolean | if App Waking feature is enabled |
vna_enabled | boolean | if Virtual Network Assistant is enabled |
analytic_enabled | boolean | if Advanced Analytic feature is enabled |
auto_upgrade_enabled | boolean | if Auto Upgrade feature is enabled |
auto_upgrade_version | string | Auto Upgrade version |
rogue_enabled | boolean | if Rogue detection is enabled |
honeypot_enabled | boolean | if Honeypot detection is enabled |
remote_syslog_enabled | boolean | if Remote Syslog is enabled |
RESPONSES
status: OK
{"results":[{"rogue_enabled":true,"honeypot_enabled":true,"mesh_enabled":true,"locate_unconnected":true,"wifi_enabled":true,"timezone":"America/Los_Angeles","country_code":"US","created_time":1670284377.225059,"modified_time":1687888493.799605,"org_id":"3139f2c2-fac6-11e5-8156-0242ac110006","name":"Mist Site","id":"70e0f468-fc13-11e5-85ad-0242ac110008","auto_upgrade_version":"stable","auto_upgrade_enabled":true,"analytic_enabled":true}],"limit":10,"total":1}