I want a list of all the enum mappings which are returned in the
response of the calls to the Fortinac REST API. Official documents
contain enums but not for all properties which are there in response.
For example the property `type` or `state` recei...
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-fa163e15d75b/FortiNAC_REST_Schema_9.2_%...
While making the API calls to FortiNAC, we are trying to use pagination,
but it is not working as expected. We are using this API reference:
https://fortinetweb.s3.amazonaws.com/docs.fortinet.com/v2/attachments/b0dca655-7aec-11ec-a0d0-fa163e15d75b/Fo...
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 ...
I found the solution by trial and error. So it can be achieved using
below query parametershttps://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 ...
Hi @ebilcari, so is this something which is a known issue? Or does it
have any workaround? So you know what can we do get the resolution to
this? In our case, start parameter is working, but count is not working.
Hi @georgebenzy,We double-checked the documentation. It doesn't mention
any such requirement. The server response is also not returning any
error message or details regarding count parameter. It seems to be
ignoring the param. We are using this doc w...
Hi @ebilcari,Actually, we don't want only count, but data as well. We
are also using this API:
https://10.50.4.178:8443/api/v2/device?start=2&count=5 However, the
count parameter doesn't seem to be working in this case. As a result,
instead of gettin...