View This Work Manager Collection
/management/weblogic/{version}/domainConfig/partitions/{name}/selfTuning/workManagers
View this work manager collection.
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:
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 a list of work manager entities.
object
-
applicationScope(optional):
boolean
Default Value:
true
Specifies whether this work manager should be scoped to an application. By default, work managers are scoped to an application. Set this value to false if the work manager is to be scoped to a domain
-
capacity(optional):
array Capacity Reference
Title:
Capacity Reference
Contains the capacity reference.The total number of requests that can be queued or executing before WebLogic Server begins rejecting requests.
Constraints
- restart required
-
contextRequestClass(optional):
array Context Request Class Reference
Title:
Context Request Class Reference
Contains the context request class reference.The mapping of Request Classes to security names and groups.
Constraints
- restart required
-
deploymentOrder(optional):
integer(int32)
Minimum Value:
0
Maximum Value:2147483647
Default Value:1000
A priority that the server uses to determine when it deploys an item. The priority is relative to other deployable items of the same type.
For example, the server prioritizes and deploys all EJBs before it prioritizes and deploys startup classes.
Items with the lowest Deployment Order value are deployed first. There is no guarantee on the order of deployments with equal Deployment Order values. There is no guarantee of ordering across clusters.
-
dynamicallyCreated(optional):
boolean
Read Only:
true
Default Value:false
Return whether the MBean was created dynamically or is persisted to config.xml
- fairShareRequestClass(optional): array Fair Share Request Class Reference
-
id(optional):
integer(int64)
Read Only:
true
Return the unique id of this MBean instance
-
ignoreStuckThreads(optional):
boolean
Specifies whether this Work Manager ignores "stuck" threads. Typically, stuck threads will cause the associated Work Manager to take some action: either switching the application to Admin mode, shutting down the server, or shutting down the Work Manager. If this flag is set, then no thread in this Work Manager is ever considered stuck.
If you do not explicitly specify IGNORE_STUCK_THREADS=TRUE, the default behavior is that upon encountering stuck threads, the server will take one of the aforementioned actions.
-
maxThreadsConstraint(optional):
array Max Threads Constraint Reference
Title:
Max Threads Constraint Reference
Contains the max threads constraint reference.The maximum number of concurrent threads that can be allocated to execute requests.
Constraints
- restart required
-
minThreadsConstraint(optional):
array Min Threads Constraint Reference
Title:
Min Threads Constraint Reference
Contains the min threads constraint reference.The minimum number of threads allocated to resolve deadlocks.
Constraints
- restart required
-
name(optional):
string
Read Only:
true
The user-specified name of this MBean instance.
This name is included as one of the key properties in the MBean's
javax.management.ObjectName
Name=user-specified-name
Constraints
- legal null
-
notes(optional):
string
Optional information that you can include to describe this configuration.
WebLogic Server saves this note in the domain's configuration file (
config.xml
) as XML PCDATA. All left angle brackets (<) are converted to the xml entity<. Carriage returns/line feeds are preserved.)>
Note: If you create or edit a note from the Administration Console, the Administration Console does not preserve carriage returns/line feeds.
-
responseTimeRequestClass(optional):
array Response Time Request Class Reference
Title:
Response Time Request Class Reference
Contains the response time request class reference.The response time goal (in milliseconds).
Constraints
- restart required
-
tags(optional):
array Items
Title:
Items
Return all tags on this Configuration MBean
-
targets(optional):
array Target References
Title:
Target References
Contains the array of target references.You must select a target on which an MBean will be deployed from this list of the targets in the current domain on which this item can be deployed. Targets must be either servers or clusters. The deployment will only occur once if deployments overlap.
-
type(optional):
string
Read Only:
true
Returns the type of the MBean.
Constraints
- unharvestable
array
Capacity Reference
The total number of requests that can be queued or executing before WebLogic Server begins rejecting requests.
Constraints
- restart required
array
Context Request Class Reference
The mapping of Request Classes to security names and groups.
Constraints
- restart required
array
Max Threads Constraint Reference
The maximum number of concurrent threads that can be allocated to execute requests.
Constraints
- restart required
array
Min Threads Constraint Reference
The minimum number of threads allocated to resolve deadlocks.
Constraints
- restart required
array
Response Time Request Class Reference
The response time goal (in milliseconds).
Constraints
- restart required
array
Target References
You must select a target on which an MBean will be deployed from this list of the targets in the current domain on which this item can be deployed. Targets must be either servers or clusters. The deployment will only occur once if deployments overlap.
-
Array of:
object Target Reference
Title:
Target Reference
Contains the target reference.
object
Target Reference
-
identity(optional):
array Identity
Title:
Identity
DOC TEAM TBD - describe an identity - it's a reference to another WLS REST resource.
array
Identity