View This Partition Work Manager Runtime

get

/management/weblogic/{version}/serverRuntime/partitionRuntimes/{name}/partitionWorkManagerRuntime

View this partition work manager 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 '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.
Security
Back to Top

Response

Supported Media Types

200 Response

Returns this partition work manager runtime.

This method can return the following links:

  • rel=fairShareRuntime uri=/management/weblogic/{version}/serverRuntime/partitionRuntimes/{name}/partitionWorkManagerRuntime/fairShareRuntime

    This resource's fairShareRuntime singleton resource.

  • rel=maxThreadsConstraintRuntime uri=/management/weblogic/{version}/serverRuntime/partitionRuntimes/{name}/partitionWorkManagerRuntime/maxThreadsConstraintRuntime

    This resource's maxThreadsConstraintRuntime singleton resource.

  • rel=minThreadsConstraintCapRuntime uri=/management/weblogic/{version}/serverRuntime/partitionRuntimes/{name}/partitionWorkManagerRuntime/minThreadsConstraintCapRuntime

    This resource's minThreadsConstraintCapRuntime singleton resource.

Body ()
Root Schema : Partition Work Manager Runtime
Type: object
Show Source
  • Read Only: true

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

    Constraints

    • unharvestable
  • Read Only: true

    Number of requests rejected due to configured Shared Capacity for work managers have been reached.

  • Read Only: true

    The number of pending user requests in the priority queue. The priority queue contains requests from internal subsystems and users. This is just the count of all user requests.

  • Read Only: true

    Maximum amount of requests that can be accepted in the priority queue. Note that a request with higher priority will be accepted in place of a lower priority request already in the queue even after the threshold is reached. The lower priority request is kept waiting in the queue till all high priority requests are executed. Also note that further enqueues of the low priority requests are rejected right away.

  • Read Only: true

    Returns the type of the MBean.

    Constraints

    • unharvestable
Back to Top