JavaMail Configuration
GETs (reading data)
Resource | Description |
---|---|
/config/javamail/default/readmail |
Get the name of the default |
/config/javamail/default/sendmail |
Get the name of the default |
/config/javamail/readmails |
Get the name of all the existing |
/config/javamail/sendmails |
Get the name of all the existing sendmail configurations. |
/config/javamail/end2ends |
Get the name of all the existing |
/config/javamail/readmails/{name} |
Get the content of the |
/config/javamail/sendmails/{name} |
Get the content of the |
/config/javamail/end2ends/{name} |
Get the content of the |
POSTs (adding/updating data)
POST requires form data using application/xml
or application/json
as a Content-Type
.
On a successful request, the Email NBI will be notified about the configuration change.
Resource | Description |
---|---|
/config/javamail/readmails |
Adds a new or overrides an existing |
/config/javamail/sendmails |
Adds a new or overrides an existing |
/config/javamail/end2ends |
Adds a new or overrides an existing |
PUTs (updating defaults)
On a successful request, the Email NBI will be notified about the configuration change.
Resource | Description |
---|---|
config/javamail/default/readmail/{name} |
Sets the |
config/javamail/default/sendmail/{name} |
Sets the |
PUTs (modifying data)
PUT requires form data using application/x-www-form-urlencoded
as a Content-Type
.
On a successful request, the Email NBI will be notified about the configuration change.
Resource | Description |
---|---|
/config/javamail/readmails/{name} |
Updates the content of the |
/config/javamail/sendmails/{name} |
Updates the content of the |
/config/javamail/end2ends/{name} |
Updates the content of the |
DELETEs (remove data)
On a successful request, the Email NBI will be notified about the configuration change.
Resource | Description |
---|---|
/config/javamail/readmails/{name} |
Removes the |
/config/javamail/sendmails/{name} |
Removes the |
/config/javamail/end2ends/{name} |
Removes the |