View This WLDF Watch
/management/weblogic/{version}/domainConfig/resourceGroups/{name}/WLDFSystemResources/{name}/WLDFResource/watchNotification/watches/{name}
View this WLDF watch.
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:
basicDescription:A user in the Admin security role. -
Deployer: basic
Type:
basicDescription:A user in the Deployer security role. -
Monitor: basic
Type:
basicDescription:A user in the Monitor security role. -
Operator: basic
Type:
basicDescription:A user in the Operator security role.
Response
- application/json
200 Response
Returns this WLDF watch.
This method can return the following links:
- rel=schedule uri=/management/weblogic/{version}/domainConfig/resourceGroups/{name}/WLDFSystemResources/{name}/WLDFResource/watchNotification/watches/{name}/schedule
This resource's schedule singleton resource.
object-
alarmResetPeriod(optional):
integer(int32)
Minimum Value:
1000Default Value:60000For automatic alarms, the time period, in milliseconds, to wait after the policy evaluates to
truebefore the alarm is automatically reset.The default reset period is 60000 milliseconds, which is equivalent to 60 seconds.
-
alarmType(optional):
string
Default Value:
NoneAllowed 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:
trueSpecifies 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:
trueReturn the unique id of this bean instance.
-
name(optional):
string
Read Only:
trueThe name of the WebLogic Diagnostic Framework (WLDF) bean.
-
notifications(optional):
array WLDF Notification References
Title:
WLDF Notification ReferencesContains 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:
HarvesterAllowed Values:[ "Harvester", "Log", "DomainLog", "EventData" ]The expression type for the policy:
HARVESTER_RULE_TYPErefers to harvested data,LOG_RULE_TYPErefers to server log entry data,DOMAIN_LOG_RULE_TYPErefers to domain log entry data, andEVENT_DATA_RULE_TYPErefers to instrumentation event data. The default type isHARVESTER_RULE_TYPEFor 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:
NoticeAllowed 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.
arrayWLDF Notification ReferencesThe actions enabled for this policy.
-
Array of:
object WLDF Notification Reference
Title:
WLDF Notification ReferenceContains the WLDF notification reference.
objectWLDF Notification Reference-
identity(optional):
array Identity
Title:
IdentityDOC TEAM TBD - describe an identity - it's a reference to another WLS REST resource.
arrayIdentity