Create A New WLDFSMTP Notification
/management/weblogic/{version}/edit/serverTemplates/{name}/serverDiagnosticConfig/WLDFBuiltinSystemResourceDescriptorBean/watchNotification/SMTPNotifications
Add a new WLDFSMTP notification to this collection.
Request
- application/json
-
name(required): string
The name property of the instance in the collection.
-
version(required): string
The version of the WebLogic REST interface.
-
X-Requested-By(required): string
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'.
Must contain a populated WLDFSMTP notification model.
object
-
body:
string
The body for the mail message. If the body is not specified, a body is created from the action information.
-
enabled:
boolean
Default Value:
true
Specifies whether this action is enabled.
-
id:
integer(int64)
Read Only:
true
Return the unique id of this bean instance.
-
mailSessionJNDIName:
string
The JNDI name of the mail session. This name must match the attribute in the corresponding MailSessionMBean.
Constraints
- legal null
-
name:
string
Read Only:
true
The name of the WebLogic Diagnostic Framework (WLDF) bean.
-
recipients:
array 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
orPersonal Name
. An address can include multiple recipients, separated by commas or spaces.For more information, refer to the javax.mail.internet.InternetAddress.parse method.
-
subject:
string
The subject for the mail message. If the subject is not specified, a subject is created from the action information.
-
timeout:
integer(int32)
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.
array
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.
-
Admin: basic
Type:
basic
Description:A user in the Admin security role.
-
Deployer: basic
Type:
basic
Description:A user in the Deployer security role.