{ "opencollection": "1.0.0", "info": { "name": "Mist Admins Sites NAC Fingerprints API", "version": "2604.1.1" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Sites NAC Fingerprints", "type": "folder" }, "items": [ { "info": { "name": "countSiteClientFingerprints", "type": "http" }, "http": { "method": "GET", "url": "https://api.mist.com/api/v1/sites/:site_id/insights/fingerprints/count", "params": [ { "name": "site_id", "value": "", "type": "path" }, { "name": "distinct", "value": "", "type": "query" }, { "name": "start", "value": "", "type": "query", "description": "Start time (epoch timestamp in seconds, or relative string like \"-1d\", \"-1w\")" }, { "name": "end", "value": "", "type": "query", "description": "End time (epoch timestamp in seconds, or relative string like \"-1d\", \"-2h\", \"now\")" }, { "name": "duration", "value": "", "type": "query", "description": "Duration like 7d, 2w" }, { "name": "limit", "value": "", "type": "query" } ] }, "docs": "Count Client Fingerprints" }, { "info": { "name": "searchSiteClientFingerprints", "type": "http" }, "http": { "method": "GET", "url": "https://api.mist.com/api/v1/sites/:site_id/insights/fingerprints/search", "params": [ { "name": "site_id", "value": "", "type": "path" }, { "name": "family", "value": "EX Series Switch", "type": "query", "description": "Device Category of the client device" }, { "name": "client_type", "value": "wired", "type": "query", "description": "Whether client is wired or wireless" }, { "name": "model", "value": "ex4100-f-12p", "type": "query", "description": "Model name of the client device" }, { "name": "mfg", "value": "Juniper Networks, Inc.", "type": "query", "description": "Manufacturer name of the client device" }, { "name": "os", "value": "JUNOS 22.3R1.12", "type": "query", "description": "Operating System name and version of the client device" }, { "name": "os_type", "value": "JUNOS", "type": "query", "description": "Operating system name of the client device" }, { "name": "mac", "value": "d420b080516d", "type": "query", "description": "MAC address of the client device" }, { "name": "limit", "value": "", "type": "query" }, { "name": "start", "value": "", "type": "query", "description": "Start time (epoch timestamp in seconds, or relative string like \"-1d\", \"-1w\")" }, { "name": "end", "value": "", "type": "query", "description": "End time (epoch timestamp in seconds, or relative string like \"-1d\", \"-2h\", \"now\")" }, { "name": "duration", "value": "", "type": "query", "description": "Duration like 7d, 2w" }, { "name": "interval", "value": "", "type": "query", "description": "Aggregation works by giving a time range plus interval (e.g. 1d, 1h, 10m) where aggregation function would be applied to." }, { "name": "sort", "value": "", "type": "query", "description": "On which field the list should be sorted, -prefix represents DESC order." }, { "name": "search_after", "value": "", "type": "query", "description": "Pagination cursor for retrieving subsequent pages of results. This value is automatically populated by Mist in the `next` URL from the previous response and should not be manually constructed." } ] }, "docs": "Search Client Fingerprints" } ] } ], "bundled": true }