Test Authentication

Test Authentication
Request
URI
POST
https://{api_host}/dt-rest/v100/security/rsa/testauthentication
COPY
Request Body
DtRSASecurIDPasscodeImpl of type(s) application/json
Optional
{
    "id": "string",
    "type": "string",
    "authenticationToken": "string",
    "username": "string",
    "passcode": "string",
    "sameUsernameRequired": false,
    "location": "string",
    "DtLink": [
        {
            "href": "string",
            "rel": "string",
            "deprecated": false,
            "name": "string",
            "method": "string"
        }
    ]
}
Responses
200

Successfully authenticated to RSA authenticator

Operation doesn't return any data structure

Code Samples
COPY
                    curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{}' https://{api_host}/dt-rest/v100/security/rsa/testauthentication