View This WLDF Watch Collection
/management/weblogic/{version}/domainConfig/partitions/{name}/resourceGroups/{name}/WLDFSystemResources/{name}/WLDFResource/watchNotification/watches
View this WLDF watch collection.
Request
-
name: string
The name property of the instance in the collection.
-
version: string
The version of the WebLogic REST interface.
-
excludeFields(optional): string
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.
-
excludeLinks(optional): string
The 'excludeLinks' query parameter is used to restrict which links are returned in the response. It is a comma separated list of link relationship names. If present, only links whose relationship name is not on the list will be returned. If not present, all links are returned (unless the 'links' query parameter is specified). Note: 'links' must not be specified if 'excludeLinks' is specified.
-
fields(optional): string
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.
-
links(optional): string
The 'links' query parameter is used to restrict which links are returned in the response. It is a comma separated list of link relationship names. If present, only links with matching relationship names are returned. If not present, all links are returned (unless the 'excludeLinks' query parameter is specified). Note: 'excludeLinks' must not be specified if 'links' is specified.
-
Admin: basic
Type:
basic
Description:A user in the Admin security role.
-
Deployer: basic
Type:
basic
Description:A user in the Deployer security role.
-
Monitor: basic
Type:
basic
Description:A user in the Monitor security role.
-
Operator: basic
Type:
basic
Description:A user in the Operator security role.
Response
- application/json
200 Response
Returns a list of WLDF watch entities.
object
-
alarmResetPeriod(optional):
integer(int32)
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.
-
alarmType(optional):
string
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.
-
enabled(optional):
boolean
Default Value:
true
Specifies whether this policy is enabled.
-
expressionLanguage(optional):
string
Returns the expression language type used by the policy, either "EL" or "WLDF" (deprecated).
-
id(optional):
integer(int64)
Read Only:
true
Return the unique id of this bean instance.
-
name(optional):
string
Read Only:
true
The name of the WebLogic Diagnostic Framework (WLDF) bean.
-
notifications(optional):
array WLDF Notification References
Title:
WLDF Notification References
Contains the array of WLDF notification references.The actions enabled for this policy.
-
ruleExpression(optional):
string
The expression used to evaluate the policy.
Constraints
- legal null
-
ruleType(optional):
string
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, andEVENT_DATA_RULE_TYPE
refers to instrumentation event data. The default type isHARVESTER_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
-
severity(optional):
string
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.
array
WLDF Notification References
The actions enabled for this policy.
-
Array of:
object WLDF Notification Reference
Title:
WLDF Notification Reference
Contains the WLDF notification reference.
object
WLDF Notification Reference
-
identity(optional):
array Identity
Title:
Identity
DOC TEAM TBD - describe an identity - it's a reference to another WLS REST resource.
array
Identity