Get /radius/radius-server-config/global
Description
Retrieves the global configuration settings for the local RADIUS service.
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 |
|
|
Sample Request
Request URL |
Get https://10.106.94.152:8443/api/v2/radius/radius-server-config/global |
Request Header |
Authorization: Bearer <Authorization_Token> Content-Type: application/json
|
Sample Response
{
"status": "success",
"errorMessage": null,
"result": {
"authPort": 1645,
"radSecAuthPort": 2083,
"proxyAuthPort": 1812,
"radSecEnabled": false,
"radSecRequired": false,
"radSecClientCertRequired": true,
"serviceEnabled": false,
"serviceRunning": false,
"healthMonitoring": false,
"sendFailureEvents": false,
"tlsConfig": {
"id": null,
"lastModifiedBy": null,
"lastModifiedDate": "1970-01-01T00:00:00.000+0000",
"name": "RadSec",
"ciphers": "TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256",
"tlsProtocols": "TLSv1.2",
"certAlias": "radsec",
"clientAuthMode": "NONE",
"clientAuthAliases": null,
"autoUpdateCiphersAndProtocols": true,
"globalModifiedDate": null,
"GUID": null
},
"serviceLogLevel": 0,
"serviceDebugHostFilter": null,
"serverDebugEnabled": false,
"serverDebugHostFilter": null,
"serverPolicyDebugEnabled": false
}
}