/api/space/smtp-management

The following operation is supported on this resource:

GET / Version 1

This resource provides HATEOAS links to collections and methods available in SMTP Server Manager service.

Sample Usage

GET /


  • Sample Output XML:
    <smtp-management>
         <smtp-servers href="/api/space/smtp-management/smtp-servers" />
    </smtp-management>

  • Sample Output JSON:
    {
      "smtp-management" : {
        "smtp-servers" : {
          "@href" : "/api/space/smtp-management/smtp-servers"
        }
      }
    }

  • Access Control

    The following capabilities are required to access this API: DefaultRead