- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
API for device inventory
Hi guys,
can someone suggest me how to retrieve device inventory from Fortigate with API ?
I am using :
https://<IP:port>/api/v2/monitor/user/device/detected-device/?access_token=my token
but i's giving me
http_status:404
When i try https://<IP:port>/api/v2/monitor/user/?access_token=my token is showing me the entire directory and it seems working.
Fortios version is 7.2.3
Solved! Go to Solution.
- Labels:
-
FortiGate
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
That is:
https://fw/api/v2/monitor/user/device/query/?access_token=
If you need more information about the API you should register to https://fndn.fortinet.net/ and ask your local Fortinet representative to sponsor you.
If you have found a solution, please like and accept it to make it easily accessible for others.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
That is:
https://fw/api/v2/monitor/user/device/query/?access_token=
If you need more information about the API you should register to https://fndn.fortinet.net/ and ask your local Fortinet representative to sponsor you.
If you have found a solution, please like and accept it to make it easily accessible for others.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
That worked, thank you :)
