View This Wsee Operation Runtime

get

/management/weblogic/{version}/serverRuntime/applicationRuntimes/{name}/wseeV2Runtimes/{name}/ports/{name}/operations/{name}

View this wsee operation runtime.

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 '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.
  • 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.
  • 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.
Security
Back to Top

Response

Supported Media Types

200 Response

Returns this wsee operation runtime.

Body ()
Root Schema : Wsee Operation Runtime
Type: object
Show Source
  • 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.

  • 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.

  • 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.

  • 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.

  • Read Only: true

    Number of errors sending or receiving a request.

  • Read Only: true

    Average operation execution time.

  • Read Only: true

    Longest operation execution time.

  • Read Only: true

    Shortest operation execution time.

  • Read Only: true

    Total time for all operation executions.

  • Read Only: true

    Total number of operation invocations in the current measurement period.

    The measurement period typically starts when WebLogic Server is first started.

  • Read Only: true

    Last error that occurred processing a request.

  • 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.

  • Read Only: true

    Time of the last operation request to be sent or received (or 0 if no requests have been sent or received).

  • Read Only: true

    Last response error to arrive for this client/service (or null if no errors have occurred).

  • 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.

  • 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.

  • Read Only: true

    The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration.

    Constraints

    • unharvestable
  • Read Only: true

    Name of the operation for which runtime information is being provided.

  • Read Only: true

    Get attachment support for this port MBean.

  • Read Only: true

    Get subject name for this port MBean.

  • Read Only: true

    The policySubject parameter must uniquely identify what application, module, service, and port (port or operation for WLS Policy) is targeted. The syntax currently used by JRF (see [JRF ATTACHMENT POINT]) for J2EE Webservice Endpoints will be used: /{domain}/{instance}/{app}/WEBs|EJBs/{module }/WEBSERVICEs/{service}/PORTs/{port}/OPERATIONs/{operation}

  • Read Only: true

    Get subject type for this port MBean.

  • Read Only: true

    Total number of oresponses generated from operation invocations.

  • Read Only: true

    Total number of errors from responses generated from operation invocations.

  • Read Only: true

    Average response time from the responses generated from operation invocations.

  • Read Only: true

    Longest response time from the responses generated from operation invocations.

  • Read Only: true

    Lowest response time from the responses generated from operation invocations.

  • Read Only: true

    Total time for all responses generated from operation invocations.

  • Read Only: true

    Returns the type of the MBean.

    Constraints

    • unharvestable
Back to Top