Modify This WLDF Watch Notification
/management/weblogic/{version}/edit/partitions/{name}/resourceGroups/{name}/WLDFSystemResources/{name}/WLDFResource/watchNotification
Modify this WLDF watch notification.
Request
- application/json
-
name: string
The name property of the instance in the collection.
-
version: string
The version of the WebLogic REST interface.
-
X-Requested-By: 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(optional):
boolean
Default Value:
trueSpecifies 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(optional):
integer(int64)
Read Only:
trueReturn the unique id of this bean instance.
-
logWatchSeverity(optional):
string
Default Value:
WarningAllowed 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(optional):
string
Read Only:
trueThe name of the WebLogic Diagnostic Framework (WLDF) bean.
-
notifications(optional):
array WLDF Notification References
Title:
WLDF Notification ReferencesRead Only:trueContains the array of WLDF notification references.The actions defined in this deployment.
-
severity(optional):
string
Default Value:
NoticeAllowed 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
arrayWLDF Notification ReferencestrueThe actions defined in this deployment.
-
Array of:
object WLDF Notification Reference
Title:
WLDF Notification ReferenceContains the WLDF notification reference.
objectWLDF Notification Reference-
identity(optional):
array Identity
Title:
IdentityDOC TEAM TBD - describe an identity - it's a reference to another WLS REST resource.
arrayIdentity-
Admin: basic
Type:
basicDescription:A user in the Admin security role. -
Deployer: basic
Type:
basicDescription:A user in the Deployer security role.