Create A New WLDFSMTP Notification

post

/management/weblogic/{version}/edit/WLDFSystemResources/{name}/WLDFResource/watchNotification/SMTPNotifications

Add a new WLDFSMTP notification to this collection.

Request

Supported Media Types
Path Parameters
Header Parameters
  • The 'X-Requested-By' header is used to protect against Cross-Site Request Forgery (CSRF) attacks. The value is an arbitrary name such as 'MyClient'.
Body ()

Must contain a populated WLDFSMTP notification model.

Root Schema : WLDFSMTP Notification
Type: object
Show Source
  • The body for the mail message. If the body is not specified, a body is created from the action information.

  • Default Value: true

    Specifies whether this action is enabled.

  • Read Only: true

    Return the unique id of this bean instance.

  • The JNDI name of the mail session. This name must match the attribute in the corresponding MailSessionMBean.

    Constraints

    • legal null
  • Read Only: true

    The name of the WebLogic Diagnostic Framework (WLDF) bean.

  • Items
    Title: Items

    The address of the recipient or recipients of the SMTP action mail. The address uses the syntax defined in RFC822. Typical address syntax is of the form userhostdomain or Personal Name. An address can include multiple recipients, separated by commas or spaces.

    For more information, refer to the javax.mail.internet.InternetAddress.parse method.

  • The subject for the mail message. If the subject is not specified, a subject is created from the action information.

  • Minimum Value: 0
    Default Value: 0

    The length of time, in seconds, that an action has to complete execution. By default, the timeout period is 0, which disables the action timeout.

Nested Schema : Items
Type: array
Title: Items

The address of the recipient or recipients of the SMTP action mail. The address uses the syntax defined in RFC822. Typical address syntax is of the form userhostdomain or Personal Name. An address can include multiple recipients, separated by commas or spaces.

For more information, refer to the javax.mail.internet.InternetAddress.parse method.

Show Source
Security
Back to Top

Response

201 Response

Back to Top