Get /settings/tls-service-configuration/radiusciphers
Description
Returns the list of iana ciphers with a corresponding openssi version for use with radius.
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/settings/tls-service-configuraiton/radiusciphers |
Request Header |
Authorization: Bearer <Authorization_Token> Content-Type: application/json
|
Sample Response
{
"status": "success",
"errorMessage": null,
"results": [
{
"value": "TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256",
"recommended": true
},
{
"value": "TLS_ECDH_ECDSA_WITH_AES_256_GCM_SHA384",
"recommended": true
}
]
}