Created on
07-21-2024
05:41 AM
Edited on
07-21-2024
05:42 AM
By
Jean-Philippe_P
This article describes how to get an SD-WAN health-check (SLA) log using FortiManager API.
FortiManager.
"url": "/rtm/global/rhistory/monitor/sd-wan-sla-log/device/<device-name>"
{
"method": "get",
"params": [
{
"url": "/rtm/global/rhistory/monitor/sd-wan-sla-log/device/fgt-lab"
}
],
"session": "{{session}}",
"id": 1
}
{
"method": "get",
"params": [
{
"url": "/rtm/global/rhistory/monitor/sd-wan-sla-log/device/fgt-lab",
"filter": {
"timestamp": [
[
"start",
"==",
1721527651
],
[
"end",
"==",
1721527681
]
],
"key": [
[
"name"
],
[
"interface"
]
]
}
}
],
"session": "{{session}}",
"id": 1
}
Note:
For a complete list of FortiManager API calls, refer to Fortinet Development Network (FNDN).
Related documents:
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 2025 Fortinet, Inc. All Rights Reserved.