Create A New Work Manager

post

/management/weblogic/{version}/edit/partitions/{name}/selfTuning/workManagers

Add a new work manager to this collection.

Request

Supported Media Types
Path Parameters
Header Parameters
  • The 'X-Requested-By' header is used to protect against Cross-Site Request Forgery (CSRF) attacks. The value is an arbitrary name such as 'MyClient'.
Body ()

Must contain a populated work manager model.

Root Schema : Work Manager
Type: object
Show Source
  • 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 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
  • 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
  • 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.

  • Read Only: true
    Default Value: false

    Return whether the MBean was created dynamically or is persisted to config.xml

  • Fair Share Request Class Reference
    Title: Fair Share Request Class Reference
    Contains the fair share request class reference.

    Get the FairShareRequestClass for this WorkManager

    Constraints

    • restart required
  • Read Only: true

    Return the unique id of this MBean instance

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

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

  • 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
  • Items
    Title: Items

    Return all tags on this Configuration MBean

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

  • Read Only: true

    Returns the type of the MBean.

    Constraints

    • unharvestable
Nested Schema : Capacity Reference
Type: array
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
Show Source
Nested Schema : Context Request Class Reference
Type: array
Title: Context Request Class Reference
Contains the context request class reference.

The mapping of Request Classes to security names and groups.

Constraints

  • restart required
Show Source
Nested Schema : Fair Share Request Class Reference
Type: array
Title: Fair Share Request Class Reference
Contains the fair share request class reference.

Get the FairShareRequestClass for this WorkManager

Constraints

  • restart required
Show Source
Nested Schema : Max Threads Constraint Reference
Type: array
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
Show Source
Nested Schema : Min Threads Constraint Reference
Type: array
Title: Min Threads Constraint Reference
Contains the min threads constraint reference.

The minimum number of threads allocated to resolve deadlocks.

Constraints

  • restart required
Show Source
Nested Schema : Response Time Request Class Reference
Type: array
Title: Response Time Request Class Reference
Contains the response time request class reference.

The response time goal (in milliseconds).

Constraints

  • restart required
Show Source
Nested Schema : Items
Type: array
Title: Items

Return all tags on this Configuration MBean

Show Source
Nested Schema : Target References
Type: array
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.

Show Source
Nested Schema : Target Reference
Type: object
Title: Target Reference
Contains the target reference.
Show Source
Nested Schema : Identity
Type: array
Title: Identity
DOC TEAM TBD - describe an identity - it's a reference to another WLS REST resource.
Show Source
Security
  • Type: basic
    Description: A user in the Admin security role.
Back to Top

Response

201 Response

Back to Top