Get /radius/radius-health/latest
Description
Returns set of RADIUS health snapshots showing latest RADIUS activity over time.
Request Headers
Key |
Value |
Type |
Description |
---|---|---|---|
Authorization | Bearer <Authorization Token> | String | Authorization credential generated by FortiNAC |
Content-Type (option 1) | application/json | String | |
Content-Type (option 2) |
application/xml |
|
|
Request Body Parameters
Name |
Required |
Type |
---|---|---|
timespan | Optional | Integer |
timespanUnit | Optional | Integer |
Sample Request
Request URL |
Get https://10.106.94.152:8443/api/v2/radius/radius-health/latest |
Request Header |
Authorization: Bearer <Authorization_Token> Content-Type: application/json
|
Request Body |
timespan: 60 timespanUnit: 1 (All with default values) |
Sample Response
{
"status": "string",
"errorMessage": "string",
"results": [
{
"acceptCount": 0,
"rejectCount": 0,
"totalCount": 0,
"failureRate": 0,
"rejectCountByCause": {
"additionalProp1": 0,
"additionalProp2": 0,
"additionalProp3": 0
},
"duration": 0,
"date": "2024-01-25T18:40:07.300Z",
"historicalStats": [
{
"offset": 0,
"offsetTypeStr": "string",
"offsetType": 0,
"failureRate": 0,
"failureRateDelta": 0,
"failureRateIncrease": true,
"failureRateWarning": true,
"acceptCount": 0,
"acceptDelta": 0,
"acceptDecrease": true,
"acceptWarning": true,
"rejectCount": 0,
"rejectDelta": 0,
"rejectIncrease": true,
"rejectWarning": true,
"totalCount": 0,
"totalDelta": 0,
"totalDecrease": true,
"totalWarning": true,
"averaged": true,
"averageSampleSize": 0,
"warningThreshold": 0,
"failureRateWarningThreshold": 0
}
]
}
]
}