Fortigate API date format
I'm using the monitor/firewall/policy api to find the non-used policies for a while. The thing is that I couldn't figure what is the format of the information listed on the result. For example, when was the last_used time for the following policy?
The output is
[ { "policyid": 1, "uuid": "bc2ef692-9860-51eb-7f52-51857f6b3028", "active_sessions": 0, "bytes": 791357216, "packets": 782809, "last_used": 1618340453, "first_used": 1617911276, "hit_count": 1222, "session_last_used": 1618340453, "session_first_used": 1618339490, "session_count": 0 } ]
Thanks in advance.
