Hi,
I was going to configure some "system alerts" via the rest api but found that it was not documented.(Except for the eventlog)
After some reverse engineering i found out that the request should look like this.
curl -k -X POST -u uid:pwd
https://<appliance>/core/rsp_email_objs -H "Content-Type: application/json" -H "Accept: application/json" -d '{"smtpServer":"","smtpPort":,"from":"","to":"","name":"","objType":"email","comment":""}'
------------------------------
Mikael
------------------------------