@@ -0,0 +1,13 @@
from routeros_api import RouterOsApiPool
api_pool = RouterOsApiPool(
"10.10.10.1",
username="fail2ban",
password="password",
port=8728,
plaintext_login=True
)
api = api_pool.get_api()
print("API LOGIN OK")
api_pool.disconnect()
The note is not visible to the blocked user.