Modify This WLDF Log Action

post

/management/weblogic/{version}/edit/partitions/{name}/resourceGroups/{name}/WLDFSystemResources/{name}/WLDFResource/watchNotification/logActions/{name}

Modify this WLDF log action.

Request

Supported Media Types
Path Parameters
Header Parameters
  • 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'.
Body ()

Must contain the modified WLDF log action model.

Root Schema : WLDF Log Action
Type: object
Show Source
  • Default Value: true

    Specifies whether this action is enabled.

  • Read Only: true

    Return the unique id of this bean instance.

  • Returns the customized log message for this action.

    Constraints

    • legal null
  • Read Only: true

    The name of the WebLogic Diagnostic Framework (WLDF) bean.

  • 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

  • Returns the customized log message for this action.

    Constraints

    • legal null
  • 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.

Security
Back to Top

Response

200 Response

Back to Top