Get SMTP Configuration

get

/essbase/rest/v1/email/smtp

Returns SMTP server configuration details. SMTP is the protocol Essbase uses for receiving e-mails related to scenario management workflow and approval.

Request

There are no request parameters for this operation.

Back to Top

Response

Supported Media Types

200 Response

OK

The e-mail configuration was retrieved successfully.

Body ()
Root Schema : ServerConfiguration
Type: object
Show Source

400 Response

Bad Request

Logged in user must be a service administrator to execute this request.

404 Response

Not Found

The e-mail configuration is not present.

500 Response

Internal Server Error.

Back to Top