View This WLDF Watch

get

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

View this WLDF watch.

Request

Path Parameters
Query Parameters
  • The 'excludeFields' query parameter is used to restrict which fields are returned in the response. It is a comma separated list of field names. If present, only fields whose name is not on the list will be returned. If not present, all fields are returned (unless the 'fields' query parameter is specified). Note: 'fields' must not be specified if 'excludeFields' is specified.
  • The 'fields' query parameter is used to restrict which fields are returned in the response. It is a comma separated list of field names. If present, only fields with matching names are returned. If not present, all fields are returned (unless the 'excludeFields' query parameter is specified). Note: 'excludeFields' must not be specified if 'fields' is specified.
Security
Back to Top

Response

Supported Media Types

200 Response

Returns this WLDF watch.

This method can return the following links:

  • rel=schedule uri=/management/weblogic/{version}/edit/partitions/{name}/resourceGroups/{name}/WLDFSystemResources/{name}/WLDFResource/watchNotification/watches/{name}/schedule

    This resource's schedule singleton resource.

Body ()
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
Back to Top