Tacacs+

API for TACACS+ configuration support.

Endpoints for viewing, creating and manipulating Tacacs+ servers that the authenticated user has permissions to access.

Json structure

[
    {
        "id": 1,
        "secret": "secret",
        "login": "login",
        "admin_lvl": 14,
        "user_lvl": 1,
        "priority": 1,
        "hostname": "1.1.1.1",
        "port": 1111,
        "timeout": 12345
    },
    {
        "id": 2,
        "secret": "fsdgfdgfdfd",
        "login": "login",
        "admin_lvl": 10,
        "user_lvl": 5,
        "priority": 2,
        "hostname": "2.2.2.2",
        "port": 2222,
        "timeout": 12345
    },
    {
        "id": 3,
        "secret": "hello",
        "login": "pap",
        "admin_lvl": 10,
        "user_lvl": 5,
        "priority": 3,
        "hostname": "3.3.3.3",
        "port": 3333,
        "timeout": 12345
    }
]

Back to X2-SERIES API Home