mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-04 09:50:09 +00:00
Implements getter for all existing configuration endpoints
This commit is contained in:
parent
177f8c6cde
commit
0b26c7afe0
3 changed files with 27 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ endpoint = {
|
|||
{ param_name = "smtp_server_name", param_type = "string" },
|
||||
{ param_name = "sender", param_type = "email" },
|
||||
{ param_name = "username", param_type = "string", optional = true },
|
||||
{ param_name = "username", param_type = "password", optional = true },
|
||||
{ param_name = "password", param_type = "password", optional = true },
|
||||
},
|
||||
recipient_params = {
|
||||
{ param_name = "to", param_type = "email" },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue