Modify This WLDF Log Action
/management/weblogic/{version}/edit/servers/{name}/serverDiagnosticConfig/WLDFBuiltinSystemResourceDescriptorBean/watchNotification/logActions/{name}
Modify this WLDF log action.
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 log action model.
object
-
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.
-
message:
string
Returns the customized log message for this action.
Constraints
- legal null
-
name:
string
Read Only:
true
The name of the WebLogic Diagnostic Framework (WLDF) bean.
-
severity:
string
Default Value:
Notice
Allowed Values:[ "Info", "Warning", "Error", "Notice", "Critical", "Alert", "Emergency" ]
The severity of the log message recorded by this action.
default weblogic.i18n.logging.Severities.NOTICE_TEXT legalValues weblogic.i18n.logging.Severities.INFO_TEXT, weblogic.i18n.logging.Severities.WARNING_TEXT, weblogic.i18n.logging.Severities.ERROR_TEXT, weblogic.i18n.logging.Severities.NOTICE_TEXT, weblogic.i18n.logging.Severities.CRITICAL_TEXT, weblogic.i18n.logging.Severities.ALERT_TEXT, weblogic.i18n.logging.Severities.EMERGENCY_TEXT
-
subsystemName:
string
Returns the customized log message for this action.
Constraints
- legal null
-
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.
-
Admin: basic
Type:
basic
Description:A user in the Admin security role.
-
Deployer: basic
Type:
basic
Description:A user in the Deployer security role.