Create A New WLDF Log Action
/management/weblogic/{version}/edit/WLDFSystemResources/{name}/WLDFResource/watchNotification/logActions
Add a new WLDF log action to this collection.
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 a populated WLDF log action model.
object- 
            enabled(optional): 
            boolean
            Default Value:
trueSpecifies whether this action is enabled.
 - 
            id(optional): 
            integer(int64)
            Read Only:
trueReturn the unique id of this bean instance.
 - 
            message(optional): 
            string
            
Returns the customized log message for this action.
Constraints
- legal null
 
 - 
            name(optional): 
            string
            Read Only:
trueThe name of the WebLogic Diagnostic Framework (WLDF) bean.
 - 
            severity(optional): 
            string
            Default Value:
NoticeAllowed 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(optional): 
            string
            
Returns the customized log message for this action.
Constraints
- legal null
 
 - 
            timeout(optional): 
            integer(int32)
            Minimum Value:
0Default Value:0The 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:
basicDescription:A user in the Admin security role. - 
                        Deployer: basic
                        
                        Type:
basicDescription:A user in the Deployer security role.