Modify This WLDF Watch Notification

post

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

Modify this WLDF watch notification.

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 watch notification model.

Root Schema : WLDF Watch Notification
Type: object
Show Source
  • 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. If false, all policies are rendered inactive.

  • Read Only: true

    Return the unique id of this bean instance.

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

  • Read Only: true

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

  • WLDF Notification References
    Title: WLDF Notification References
    Read Only: true
    Contains the array of WLDF notification references.

    The actions defined in this deployment.

  • 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

Nested Schema : WLDF Notification References
Type: array
Title: WLDF Notification References
Read Only: true
Contains the array of WLDF notification references.

The actions defined in this deployment.

Show Source
Nested Schema : WLDF Notification Reference
Type: object
Title: WLDF Notification Reference
Contains the WLDF notification reference.
Show Source
Nested Schema : Identity
Type: array
Title: Identity
DOC TEAM TBD - describe an identity - it's a reference to another WLS REST resource.
Show Source
Security
Back to Top

Response

200 Response

Back to Top