Modify This Partition

post

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

Modify this partition.

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 the modified partition model.

Root Schema : Partition
Type: object
Show Source
  • Target References
    Title: Target References
    Contains the array of target references.

    All the available targets for this partition.

  • The name of the application-scoped Managed Executor Service instance that will be used to run Batch jobs that are submitted from applications deployed to the partition. A Managed Executor Service Template by the same name must exist for the domain when a Batch job is submitted in the partition. If this name returns null, then the Batch runtime will use the default Java EE Managed Executor Service that is bound to the default JNDI name of: java:comp/DefaultManagedExecutorService.

  • JDBC System Resource Reference
    Title: JDBC System Resource Reference
    Contains the JDBC system resource reference.

    The data source required to support the persistence of jobs scheduled with the job scheduler.

  • Target References
    Title: Target References
    Contains the array of target references.

    A list of default targets for the partition (if any).

  • Default Value: false

    Determines if tracking of resource consumption metrics of this Partition is initiated eagerly from the time the Partition is started, or if it is initiated lazily on first access of PartitionResourceMetricsRuntimeMBean.

  • Minimum Value: 0
    Default Value: 0

    The number of seconds a graceful shutdown operation waits before forcing a shut down. A graceful shutdown gives WebLogic Server subsystems time to complete certain application processing currently in progress. If subsystems are unable to complete processing within the number of seconds that you specify here, the partition will force shutdown automatically.

    A value of means that the partition will wait indefinitely for a graceful shutdown to complete.

    The graceful shutdown timeout applies only to graceful shutdown operations.

  • Default Value: false

    Indicates whether a graceful shutdown operation drops all HTTP sessions immediately.

    If this is set to false, a graceful shutdown operation waits for HTTP sessions to complete or timeout.

  • Default Value: WEBLOGIC_TIMERS

    The table name to use for storing timers active with the Job Scheduler.

  • Minimum Value: 0
    Maximum Value: 65534
    Default Value: 50

    The maximum number of running long-running requests that can be submitted to all the Managed Executor Services or Managed Scheduled Executor Services in the partition on the current server.

  • Minimum Value: 0
    Maximum Value: 65534
    Default Value: 50

    The maximum number of running threads that can be created by all the Managed Thread Factories in the partition on the current server.

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

  • Default Value: false

    Determines if the modules of applications will be deployed in parallel. This setting can be overridden at the per-application level. See AppDeploymentMBean#isParallelDeployModules()

  • Default Value: true

    Determines if applications will be deployed in parallel.

  • Read Only: true

    The ID for this partition.

  • Minimum Value: 0
    Default Value: 30

    The number of seconds a force shutdown operation waits before timing out. If the operation does not complete within the configured timeout period, the partition will shutdown automatically if the state of the server at that time was SHUTTING_DOWN

    A value of means that the partition will wait indefinitely for the life cycle operation to complete.

    Constraints

    • secure default : 120
    • production mode default : 120
  • Partition Work Manager Reference
    Title: Partition Work Manager Reference
    Contains the partition work manager reference.

    A reference to a partition-level work manager policy set by the system administrator.

  • The partition's primary identity domain.

  • Minimum Value: 1
    Maximum Value: 5000
    Default Value: 250

    The maximum number of elements retained for monitoring RCM usage requests over time.

  • Realm Reference
    Title: Realm Reference
    Contains the realm reference.

    The security realm for this partition.

  • The resource deployment plan path.

  • Resource Manager Reference
    Title: Resource Manager Reference
    Contains the resource manager reference.

    A resource manager reference from the resource management.

  • Minimum Value: 0
    Default Value: 0

    The timeout value for a partition's start and resume operations. If the partition fails to start within the timeout period, it will force a shutdown.

    A value of means that the server will wait indefinitely for the operation to complete.

    Constraints

    • production mode default : 0
  • Read Only: true

    Returns the type of the MBean.

    Constraints

    • unharvestable
  • The directory path on the Administration Server where the uploaded applications for this partition are placed.

Nested Schema : Target References
Type: array
Title: Target References
Contains the array of target references.

All the available targets for this partition.

Show Source
Nested Schema : JDBC System Resource Reference
Type: array
Title: JDBC System Resource Reference
Contains the JDBC system resource reference.

The data source required to support the persistence of jobs scheduled with the job scheduler.

Show Source
Nested Schema : Target References
Type: array
Title: Target References
Contains the array of target references.

A list of default targets for the partition (if any).

Show Source
Nested Schema : Partition Work Manager Reference
Type: array
Title: Partition Work Manager Reference
Contains the partition work manager reference.

A reference to a partition-level work manager policy set by the system administrator.

Show Source
Nested Schema : Realm Reference
Type: array
Title: Realm Reference
Contains the realm reference.

The security realm for this partition.

Show Source
Nested Schema : Resource Manager Reference
Type: array
Title: Resource Manager Reference
Contains the resource manager reference.

A resource manager reference from the resource management.

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

200 Response

Back to Top