View This WLDFSMTP Notification

get

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

View this WLDFSMTP notification.

Request

Path Parameters
Query Parameters
  • The 'excludeFields' query parameter is used to restrict which fields are returned in the response. It is a comma separated list of field names. If present, only fields whose name is not on the list will be returned. If not present, all fields are returned (unless the 'fields' query parameter is specified). Note: 'fields' must not be specified if 'excludeFields' is specified.
  • The 'fields' query parameter is used to restrict which fields are returned in the response. It is a comma separated list of field names. If present, only fields with matching names are returned. If not present, all fields are returned (unless the 'excludeFields' query parameter is specified). Note: 'excludeFields' must not be specified if 'fields' is specified.
Security
Back to Top

Response

Supported Media Types

200 Response

Returns this WLDFSMTP notification.

Body ()
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
Back to Top