Modify This WLDF Watch Notification
/management/weblogic/{version}/edit/WLDFSystemResources/{name}/WLDFResource/watchNotification
Modify this WLDF watch notification.
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 the modified WLDF watch notification model.
object
-
enabled:
boolean
Default Value:
true
Specifies whether the policy and action component is enabled.
If
true
(the default), all configured policies are activated, incoming data or events are evaluated against the policies, and actions are generated when policy conditions are met. Iffalse
, all policies are rendered inactive. -
id:
integer(int64)
Read Only:
true
Return the unique id of this bean instance.
-
logWatchSeverity:
string
Default Value:
Warning
Allowed Values:[ "Info", "Warning", "Error", "Notice", "Critical", "Alert", "Emergency" ]
The threshold severity level of log messages evaluated by log policies. Messages with a lower severity than this value will be ignored and not evaluated against the policies.
Do not confuse LogWatchSeverity with Severity. LogWatchSeverity filters which log messages will be evaluated; Severity sets the default severity level for an action.
-
name:
string
Read Only:
true
The name of the WebLogic Diagnostic Framework (WLDF) bean.
-
notifications:
array WLDF Notification References
Title:
WLDF Notification References
Read Only:true
Contains the array of WLDF notification references.The actions defined in this deployment.
-
severity:
string
Default Value:
Notice
Allowed Values:[ "Info", "Warning", "Error", "Notice", "Critical", "Alert", "Emergency" ]
The default action severity level for all policies. When a policy triggers, the severity level is delivered with the action.
The severity levels are the same levels used by the logging framework and the weblogic.logging.Severities class. If no level is specified, the default value is
Notice
array
WLDF Notification References
true
The actions defined in this deployment.
-
Array of:
object WLDF Notification Reference
Title:
WLDF Notification Reference
Contains the WLDF notification reference.
object
WLDF Notification Reference
-
identity:
array Identity
Title:
Identity
DOC TEAM TBD - describe an identity - it's a reference to another WLS REST resource.
array
Identity
-
Admin: basic
Type:
basic
Description:A user in the Admin security role.
-
Deployer: basic
Type:
basic
Description:A user in the Deployer security role.