Modify This WLDF Watch

post

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

Modify this WLDF watch.

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

Root Schema : WLDF Watch
Type: object
Show Source
  • Minimum Value: 1000
    Default Value: 60000

    For automatic alarms, the time period, in milliseconds, to wait after the policy evaluates to true before the alarm is automatically reset.

    The default reset period is 60000 milliseconds, which is equivalent to 60 seconds.

  • Default Value: None
    Allowed Values: [ "None", "ManualReset", "AutomaticReset" ]

    The alarm type for the policy: manual or automatic. The default alarm type is manual.

    Once a manually set alarm has triggered, it must be reset through the WebLogic Server Administration Console or programmatically before it can trigger again. An automatic reset alarm will reset after the specified time period has elapsed.

  • Default Value: true

    Specifies whether this policy is enabled.

  • Returns the expression language type used by the policy, either "EL" or "WLDF" (deprecated).

  • Read Only: true

    Return the unique id of this bean instance.

  • Read Only: true

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

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

    The actions enabled for this policy.

  • The expression used to evaluate the policy.

    Constraints

    • legal null
  • Default Value: Harvester
    Allowed Values: [ "Harvester", "Log", "DomainLog", "EventData" ]

    The expression type for the policy: HARVESTER_RULE_TYPE refers to harvested data, LOG_RULE_TYPE refers to server log entry data, DOMAIN_LOG_RULE_TYPE refers to domain log entry data, and EVENT_DATA_RULE_TYPE refers to instrumentation event data. The default type is HARVESTER_RULE_TYPE

    For information on policy expressions, see "Using the Diagnostics Framework for Oracle WebLogic Server" at http://docs.oracle.com/middleware/home/index.html

  • Default Value: Notice
    Allowed Values: [ "Info", "Warning", "Error", "Notice", "Critical", "Alert", "Emergency" ]

    The severity level of the actions sent when this policy evaluates to true. When set, this level overrides the default value provided in the parent MBean. However, if no severity level is set (null), the value provided in the parent MBean is returned.

    The severity levels are the same levels used by the logging framework and the weblogic.logging.Severities class.

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

The actions enabled for this policy.

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