Get RADIUS Authenticator

Get RADIUS Authenticator
Request
URI
GET
https://{api_host}/dt-rest/v100/security/twofactor/radius
COPY
Responses
200

successful operation

Returns DtRADIUSAuthenticator of type(s) */*
{
    "providerName": "string",
    "primaryServerConfiguration": {
        "authenticationType": "string",
        "sharedSecret": "string",
        "realmSuffix": "string",
        "maxRetries": 0,
        "realmPrefix": "string",
        "hostname": "string",
        "serverTimeout": 0,
        "authenticationPort": 0,
        "accountingPort": 0
    },
    "secondaryServerConfiguration": {
        "authenticationType": "string",
        "sharedSecret": "string",
        "realmSuffix": "string",
        "maxRetries": 0,
        "realmPrefix": "string",
        "hostname": "string",
        "serverTimeout": 0,
        "authenticationPort": 0,
        "accountingPort": 0
    }
}
string
providerName
Optional

providerName

object
primaryServerConfiguration
Optional

primaryServerConfiguration

object
secondaryServerConfiguration
Optional

secondaryServerConfiguration


Code Samples
COPY
                    curl -H 'Authorization: <value>' https://{api_host}/dt-rest/v100/security/twofactor/radius