View This Wsee Base Operation Runtime
/management/weblogic/{version}/serverRuntime/applicationRuntimes/{name}/wseeV2Runtimes/{name}/ports/{name}/baseOperations/{name}
View this wsee base operation runtime.
Request
-
name(required): string
The name property of the instance in the collection.
-
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 wsee base operation runtime.
object
-
dispatchTimeAverage:
integer(int64)
Read Only:
true
Average operation dispatch time for the current measurement period.
Dispatch time refers to the time for WebLogic Server to process the invocation.
The measurement period typically starts when WebLogic Server is first started.
-
dispatchTimeHigh:
integer(int64)
Read Only:
true
Longest operation dispatch time for the current measurement period.
Dispatch time refers to the time for WebLogic Server to process the invocation.
The measurement period typically starts when WebLogic Server is first started.
-
dispatchTimeLow:
integer(int64)
Read Only:
true
Shortest operation dispatch time for the current measurement period.
Dispatch time refers to the time for WebLogic Server to process the invocation.
The measurement period typically starts when WebLogic Server is first started.
-
dispatchTimeTotal:
integer(int64)
Read Only:
true
Total time for all operation dispatches in the current measurement period.
Dispatch time refers to the time for WebLogic Server to process the invocation.
The measurement period typically starts when WebLogic Server is first started.
-
errorCount:
integer(int32)
Read Only:
true
Number of errors sending or receiving a request.
-
executionTimeAverage:
integer(int64)
Read Only:
true
Average operation execution time.
-
executionTimeHigh:
integer(int64)
Read Only:
true
Longest operation execution time.
-
executionTimeLow:
integer(int64)
Read Only:
true
Shortest operation execution time.
-
executionTimeTotal:
integer(int64)
Read Only:
true
Total time for all operation executions.
-
invocationCount:
integer(int32)
Read Only:
true
Total number of operation invocations in the current measurement period.
The measurement period typically starts when WebLogic Server is first started.
-
lastError:
string
Read Only:
true
Last error that occurred processing a request.
-
lastErrorTime:
integer(int64)
Read Only:
true
Time on WebLogic Server of the last error for a request (sending or receiving) was detected expressed as the number of milliseconds since midnight, January 1, 1970 UTC.
-
lastInvocationTime:
integer(int64)
Read Only:
true
Time of the last operation request to be sent or received (or 0 if no requests have been sent or received).
-
lastResponseError:
string
Read Only:
true
Last response error to arrive for this client/service (or null if no errors have occurred).
-
lastResponseErrorTime:
integer(int64)
Read Only:
true
Time on WebLogic Server of the last error sending or receiving a response (or 0 if no failures have occurred) expressed as the number of milliseconds since midnight, January 1, 1970 UTC.
-
lastResponseTime:
integer(int64)
Read Only:
true
Time on WebLogic Server of the last response to arrive for this client/service (or 0 if no responses have been received) expressed as the number of milliseconds since midnight, January 1, 1970 UTC.
-
name:
string
Read Only:
true
The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration.
Constraints
- unharvestable
-
operationName:
string
Read Only:
true
Name of the operation for which runtime information is being provided.
-
responseCount:
integer(int32)
Read Only:
true
Total number of oresponses generated from operation invocations.
-
responseErrorCount:
integer(int32)
Read Only:
true
Total number of errors from responses generated from operation invocations.
-
responseTimeAverage:
integer(int64)
Read Only:
true
Average response time from the responses generated from operation invocations.
-
responseTimeHigh:
integer(int64)
Read Only:
true
Longest response time from the responses generated from operation invocations.
-
responseTimeLow:
integer(int64)
Read Only:
true
Lowest response time from the responses generated from operation invocations.
-
responseTimeTotal:
integer(int64)
Read Only:
true
Total time for all responses generated from operation invocations.
-
type:
string
Read Only:
true
Returns the type of the MBean.
Constraints
- unharvestable