View This WLDF Watch Notification Runtime
/management/weblogic/{version}/serverRuntime/WLDFRuntime/WLDFWatchNotificationRuntime
View this WLDF watch notification runtime.
Request
-
version(required): string
The version of the WebLogic REST interface.
-
excludeFields: 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: 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: 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: 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 this WLDF watch notification runtime.
This method can return the following links:
- rel=WLDFWatchJMXNotificationSource uri=/management/weblogic/{version}/serverRuntime/WLDFRuntime/WLDFWatchNotificationRuntime/WLDFWatchJMXNotificationSource
This resource's WLDFWatchJMXNotificationSource singleton resource.
- rel=action title=resetWatchAlarm uri=/management/weblogic/{version}/serverRuntime/WLDFRuntime/WLDFWatchNotificationRuntime/resetWatchAlarm
This resource's resetWatchAlarm action resource.
object
-
activeAlarmWatches:
array Items
Title:
Items
Read Only:true
The names of active alarm policies.
-
averageEventDataWatchEvaluationTime:
integer(int64)
Read Only:
true
The average Instrumentation event data evaluation cycle time, in milliseconds.
-
averageHarvesterWatchEvaluationTime:
integer(int64)
Read Only:
true
The average Harvester evaluation cycle time, in milliseconds.
-
averageLogWatchEvaluationTime:
integer(int64)
Read Only:
true
The average Log evaluation cycle time, in milliseconds.
-
currentActiveAlarmsCount:
integer(int32)
Read Only:
true
The number of active alarms of any type.
-
maximumActiveAlarmsCount:
integer(int32)
Read Only:
true
The maximum number of active alarms at any one time.
-
maximumEventDataWatchEvaluationTime:
integer(int64)
Read Only:
true
The maximum time spent evaluating EventData policies.
-
maximumHarvesterWatchEvaluationTime:
integer(int64)
Read Only:
true
The maximum time spent evaluating Harvester policies.
-
maximumLogWatchEvaluationTime:
integer(int64)
Read Only:
true
The maximum time spent evaluating Log policies.
-
minimumEventDataWatchEvaluationTime:
integer(int64)
Read Only:
true
The minimum time spent evaluating Log policies.
-
minimumHarvesterWatchEvaluationTime:
integer(int64)
Read Only:
true
The minimum time spent evaluating Harvester policies.
-
minimumLogWatchEvaluationTime:
integer(int64)
Read Only:
true
The minimum time spent evaluating Log policies.
-
name:
string
Read Only:
true
The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration.
Constraints
- unharvestable
-
totalActiveAutomaticResetAlarms:
integer(int64)
Read Only:
true
The total number of active automatically reset alarms.
-
totalActiveManualResetAlarms:
integer(int64)
Read Only:
true
The total number of active manually reset alarms.
-
totalDIMGNotificationsPerformed:
integer(int64)
Read Only:
true
The total number of Diagnostic Image actions fired. Diagnostic Image files are not true actions, but this records the number of image captures requested by the policy component.
-
totalEventDataEvaluationCycles:
integer(int64)
Read Only:
true
The total number of times Instrumentation event data policies have been evaluated.
-
totalEventDataWatchesTriggered:
integer(int64)
Read Only:
true
The total number of Instrumentation event data policies that have evaluated to
true
and triggered actions. -
totalEventDataWatchEvaluations:
integer(int64)
Read Only:
true
The total number of Instrumentation event data policies that have been evaluated. For each cycle, the Policy and Action component evaluates all of the enabled Instrumentation event data policies.
-
totalFailedDIMGNotifications:
integer(int64)
Read Only:
true
The total number of failed Diagnostic Image action requests.
-
totalFailedJMSNotifications:
integer(int64)
Read Only:
true
The total number of failed JMS action attempts.
-
totalFailedJMXNotifications:
integer(int64)
Read Only:
true
The total number of failed JMX action attempts.
-
totalFailedNotifications:
integer(int64)
Read Only:
true
The total number of failed action requests.
-
totalFailedSMTPNotifications:
integer(int64)
Read Only:
true
The total number of failed SMTP action attempts.
-
totalFailedSNMPNotifications:
integer(int64)
Read Only:
true
The total number of failed SNMP action attempts.
-
totalHarvesterEvaluationCycles:
integer(int64)
Read Only:
true
The total number of times the Harvester has invoked the Policy and Action component to evaluate Harvester policies. (This number corresponds to the number of sampling cycles.)
-
totalHarvesterWatchesTriggered:
integer(int64)
Read Only:
true
The total number of Harvester policies that have evaluated to
true
and triggered actions. -
totalHarvesterWatchEvaluations:
integer(int64)
Read Only:
true
The total number of Harvester policies that have been evaluated. For each cycle, the Policy and Action component evaluates all of the enabled Harvester policies.
-
totalJMSNotificationsPerformed:
integer(int64)
Read Only:
true
The total number of JMS actions successfully fired.
-
totalJMXNotificationsPerformed:
integer(int64)
Read Only:
true
The total number of JMX actions successfully fired.
-
totalLogEvaluationCycles:
integer(int64)
Read Only:
true
The total number of times Log policies have been evaluated.
-
totalLogWatchesTriggered:
integer(int64)
Read Only:
true
The total number of Log policies that have evaluated to
true
and triggered actions. -
totalLogWatchEvaluations:
integer(int64)
Read Only:
true
The total number of Log policies that have been evaluated. For each cycle, the Policy and Action component evaluates all of the enabled Log policies.
-
totalNotificationsPerformed:
integer(int64)
Read Only:
true
The total number of actions performed.
-
totalSMTPNotificationsPerformed:
integer(int64)
Read Only:
true
The total number of SMTP actions successfully fired.
-
totalSNMPNotificationsPerformed:
integer(int64)
Read Only:
true
The total number of SNMP actions successfully fired.
-
type:
string
Read Only:
true
Returns the type of the MBean.
Constraints
- unharvestable
array
Items
true
The names of active alarm policies.