Email Northbounder Interface Configuration
GETs (Reading Data)
| Resource | Description | 
|---|---|
  | 
Gets full content of the configuration.  | 
  | 
Gets the status of the Email NBI (returns either true or false).  | 
  | 
Gets the name of all the existing destinations.  | 
  | 
Gets the content of the destination named {name}  | 
PUTs (Update defaults)
On a successful request, the Email NBI will be notified about the configuration change.
| Resource | Description | 
|---|---|
  | 
Sets the status of the Email NBI.  | 
POSTs (Adding Data)
POST 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 | 
|---|---|
  | 
Adds a new or overrides an existing destination.  | 
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 | 
|---|---|
  | 
Updates the content of the destination named {name}  |