I am using FortiNAC Rest APIs to fetch list of hosts using endpoint "/api/v2/host"
I am following this documentation https://fortinetweb.s3.amazonaws.com/docs.fortinet.com/v2/attachments/b0dca655-7aec-11ec-a0d0-fa163e...
But i am not sure about how to use filter query param or what will be its format. My intention is to bring all the NOT ROGUE devices.
Can someone help me with the same?
Solved! Go to Solution.
Nominating a forum post submits a request to create a new Knowledge Article based on the forum post topic. Please ensure your nomination includes a solution within the reply.
I found the solution by trial and error. So it can be achieved using below query parameters
https://10.50.4.178:8443/api/v2/host?type!=9
But can I get some documentation pointing to the type = 9 being as an enum to Rogue device. So that i can be sure of this.
I've searched in multiple sources but nothing helpful turned out.
Hello,
Thank you for using the Community Forum. I will seek to get you an answer or help. We will reply to this thread with an update as soon as possible.
Thanks,
I found the solution by trial and error. So it can be achieved using below query parameters
https://10.50.4.178:8443/api/v2/host?type!=9
But can I get some documentation pointing to the type = 9 being as an enum to Rogue device. So that i can be sure of this.
I've searched in multiple sources but nothing helpful turned out.
The host type can be checked from CLI:
> dumphostrecords -all
I did a check and rouge devices are indeed shown with "type = 9" and registered device with "type = 8".
Hi @ebilcari, thanks for verifying.
We are unable to find the mapping anywhere in the API or the docs.
Will this mapping always be static? That is, will type 9 always mean Rogue? Or can it change? If it can change, is there any API which returns all the current types? If it's static, is there any doc reference which maps the int received in type to actual values?
Thanks!
As I know this type is directly derived from the DB so I wouldn't expect for this to change.
Select Forum Responses to become Knowledge Articles!
Select the “Nominate to Knowledge Base” button to recommend a forum post to become a knowledge article.
User | Count |
---|---|
1665 | |
1077 | |
752 | |
446 | |
220 |
The Fortinet Security Fabric brings together the concepts of convergence and consolidation to provide comprehensive cybersecurity protection for all users, devices, and applications and across all network edges.
Copyright 2024 Fortinet, Inc. All Rights Reserved.