View This Work Manager
/management/weblogic/{version}/serverConfig/partitions/{name}/selfTuning/workManagers/{name}
View this work manager.
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:basicDescription:A user in the Admin security role.
- 
                        Deployer: basic
                        
                        Type:basicDescription:A user in the Deployer security role.
- 
                        Monitor: basic
                        
                        Type:basicDescription:A user in the Monitor security role.
- 
                        Operator: basic
                        
                        Type:basicDescription:A user in the Operator security role.
Response
- application/json
200 Response
Returns this work manager.
This method can return the following links:
- rel=capacityThis resource's capacity reference to a capacity resource. 
- rel=contextRequestClassThis resource's contextRequestClass reference to a context request class resource. 
- rel=fairShareRequestClassThis resource's fairShareRequestClass reference to a fair share request class resource. 
- rel=maxThreadsConstraintThis resource's maxThreadsConstraint reference to a max threads constraint resource. 
- rel=minThreadsConstraintThis resource's minThreadsConstraint reference to a min threads constraint resource. 
- rel=responseTimeRequestClassThis resource's responseTimeRequestClass reference to a response time request class resource. 
- rel=workManagerShutdownTrigger uri=/management/weblogic/{version}/serverConfig/partitions/{name}/selfTuning/workManagers/{name}/workManagerShutdownTriggerThis resource's workManagerShutdownTrigger singleton resource. 
object- 
            applicationScope(optional): 
            boolean
            Default Value:trueSpecifies 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 ReferenceContains 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 ReferenceContains the context request class reference.The mapping of Request Classes to security names and groups. Constraints- restart required
 
- 
            deploymentOrder(optional): 
            integer(int32)
            Minimum Value:0Maximum Value:2147483647Default Value:1000A 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:trueDefault Value:falseReturn 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:trueReturn 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 ReferenceContains 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 ReferenceContains the min threads constraint reference.The minimum number of threads allocated to resolve deadlocks. Constraints- restart required
 
- 
            name(optional): 
            string
            Read Only:trueThe user-specified name of this MBean instance. This name is included as one of the key properties in the MBean's javax.management.ObjectNameName=user-specified-nameConstraints- 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 ReferenceContains the response time request class reference.The response time goal (in milliseconds). Constraints- restart required
 
- 
            tags(optional): 
            array  Items
            
            Title:ItemsReturn all tags on this Configuration MBean 
- 
            targets(optional): 
            array  Target References
            
            Title:Target ReferencesContains 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:trueReturns the type of the MBean. Constraints- unharvestable
 
arrayCapacity ReferenceThe total number of requests that can be queued or executing before WebLogic Server begins rejecting requests.
Constraints
- restart required
arrayContext Request Class ReferenceThe mapping of Request Classes to security names and groups.
Constraints
- restart required
arrayMax Threads Constraint ReferenceThe maximum number of concurrent threads that can be allocated to execute requests.
Constraints
- restart required
arrayMin Threads Constraint ReferenceThe minimum number of threads allocated to resolve deadlocks.
Constraints
- restart required
arrayResponse Time Request Class ReferenceThe response time goal (in milliseconds).
Constraints
- restart required
arrayTarget ReferencesYou 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 ReferenceContains the target reference.
objectTarget Reference- 
            identity(optional): 
            array  Identity
            
            Title:IdentityDOC TEAM TBD - describe an identity - it's a reference to another WLS REST resource.
arrayIdentity