Technical Tip: Common REST API calls to use with FortiNAC
| Description | This article describes three common API calls to leverage from FortiNAC and its syntax. |
| Scope | FortiNAC 8.x, 9.x. |
| Solution |
https://<FNAC_FQDN/IP>:8443/api/v2/host?filter=hostName==<hostname>
https://<FNAC_FQDN/IP>:8443/api/v2/host?filter=UserLoggedOn==<username>
https://<FNAC_FQDN/IP>:8443/api/v2/host
https://<FNAC_FQDN/IP>:8443/api/v2/host?count=1&start=0
Related document: |


