searchOrgNacClient
GET https://{{host}}/api/v1/orgs/:org_id/nac_clients/search
Query Parameters
Name | Type | Description |
---|---|---|
nacrule_id | string | NAC Policy Rule ID, if matched |
nacrule_matched | bool | If NAC Policy Rule Matched |
auth_type | string | authentication type, e.g. eap-tls, eap-ttls, eap-teap, mab, device-auth |
vlan | string | name or ID assigned to the client |
nas_vendor | string | vendor of NAS device |
idp_id | string | SSO ID, if present and used |
ssid | string | SSID |
username | string | Username presented by the client |
timestamp | long | start time, in epoch |
org_id | string | org id |
site_id | string | site id if assigned, null if not assigned |
ap | string | AP MAC connected to by client |
mac | string | MAC address |
status | string | Connection status of client i.e permitted, denied,session_ended" |
type | string | Client type i.e. wireless, wiredetc. |
mdm_compliance | string | MDM compliancy of client i.e compliant, not compliant |
mdm_provider | string | MDM provider of client's organisation eg intune, jamf |
mxedge_id | string | ID of Mist Edge that the client is connected through |
nacrule_name | string | NAC Policy Rule Name, if matched |
RESPONSES
status: OK
{"start":1512572151,"end":1513176951,"limit":10,"total":1,"results":[{"ap":["5c5b35bf16bb","d4dc090041b4"],"auth_type":"eap-tls","cert_cn":["werqwerty"],"cert_issuer":["/DC=com/DC=onmicrosoft/DC=Juniper461/CN=Juniper461-CA"],"idp_id":"a13df686-dc39-4bdd-920f-89a412444c06","idp_role":["Employee"],"last_ap":"d4dc090041b4","last_cert_cn":"werqwerty","last_cert_expiry":1725373986,"last_cert_issuer":"/DC=com/DC=onmicrosoft/DC=Juniper461/CN=Juniper461-CA","last_nacrule_id":"558d6c97-d3c2-43e7-941d-244603ef5ce6","last_nacrule_name":"mdm_complaince","last_nas_vendor":"juniper-mist","last_ssid":"mdm_test","last_status":"permitted","nacrule_id":["558d6c97-d3c2-43e7-941d-244603ef5ce6"],"nacrule_matched":true,"nacrule_name":["mdm_complaince"],"nas_vendor":["juniper-mist"],"mac":"ac3eb179e535","org_id":"9301bff6-8992-49d6-b1ea-907ee81bb5fb","random_mac":true,"site_id":"13d69fb2-5456-43a1-90c4-89513487dde2","ssid":["mdm_test"],"timestamp":1694689718.612,"type":"wireless"}]}