View This Partition
/management/weblogic/{version}/domainConfig/partitions/{name}
View this partition.
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 this partition.
This method can return the following links:
- rel=JDBCSystemResourceOverrides uri=/management/weblogic/{version}/domainConfig/partitions/{name}/JDBCSystemResourceOverrides
This resource's JDBCSystemResourceOverrides collection resource.
- rel=JMSSystemResourceOverrides uri=/management/weblogic/{version}/domainConfig/partitions/{name}/JMSSystemResourceOverrides
This resource's JMSSystemResourceOverrides collection resource.
- rel=JTAPartition uri=/management/weblogic/{version}/domainConfig/partitions/{name}/JTAPartition
This resource's JTAPartition singleton resource.
- rel=action title=findEffectiveServerNames uri=/management/weblogic/{version}/domainConfig/partitions/{name}/findEffectiveServerNames
This resource's findEffectiveServerNames action resource.
- rel=action title=lookupAvailableTarget uri=/management/weblogic/{version}/domainConfig/partitions/{name}/lookupAvailableTarget
This resource's lookupAvailableTarget action resource.
- rel=adminVirtualTarget uri=/management/weblogic/{version}/domainConfig/partitions/{name}/adminVirtualTarget
This resource's adminVirtualTarget singleton resource.
- rel=coherencePartitionCacheConfigs uri=/management/weblogic/{version}/domainConfig/partitions/{name}/coherencePartitionCacheConfigs
This resource's coherencePartitionCacheConfigs collection resource.
- rel=dataSourceForJobScheduler
This resource's dataSourceForJobScheduler reference to a JDBC system resource resource.
- rel=dataSourcePartition uri=/management/weblogic/{version}/domainConfig/partitions/{name}/dataSourcePartition
This resource's dataSourcePartition singleton resource.
- rel=mailSessionOverrides uri=/management/weblogic/{version}/domainConfig/partitions/{name}/mailSessionOverrides
This resource's mailSessionOverrides collection resource.
- rel=managedExecutorServiceTemplates uri=/management/weblogic/{version}/domainConfig/partitions/{name}/managedExecutorServiceTemplates
This resource's managedExecutorServiceTemplates collection resource.
- rel=managedScheduledExecutorServiceTemplates uri=/management/weblogic/{version}/domainConfig/partitions/{name}/managedScheduledExecutorServiceTemplates
This resource's managedScheduledExecutorServiceTemplates collection resource.
- rel=managedThreadFactoryTemplates uri=/management/weblogic/{version}/domainConfig/partitions/{name}/managedThreadFactoryTemplates
This resource's managedThreadFactoryTemplates collection resource.
- rel=partitionLog uri=/management/weblogic/{version}/domainConfig/partitions/{name}/partitionLog
This resource's partitionLog singleton resource.
- rel=partitionWorkManager uri=/management/weblogic/{version}/domainConfig/partitions/{name}/partitionWorkManager
This resource's partitionWorkManager singleton resource.
- rel=partitionWorkManagerRef
This resource's partitionWorkManagerRef reference to a partition work manager resource.
- rel=realm
This resource's realm reference to a realm resource.
- rel=resourceGroups uri=/management/weblogic/{version}/domainConfig/partitions/{name}/resourceGroups
This resource's resourceGroups collection resource.
- rel=resourceManager uri=/management/weblogic/{version}/domainConfig/partitions/{name}/resourceManager
This resource's resourceManager singleton resource.
- rel=resourceManagerRef
This resource's resourceManagerRef reference to a resource manager resource.
- rel=selfTuning uri=/management/weblogic/{version}/domainConfig/partitions/{name}/selfTuning
This resource's selfTuning singleton resource.
- rel=systemFileSystem uri=/management/weblogic/{version}/domainConfig/partitions/{name}/systemFileSystem
This resource's systemFileSystem singleton resource.
- rel=userFileSystem uri=/management/weblogic/{version}/domainConfig/partitions/{name}/userFileSystem
This resource's userFileSystem singleton resource.
- rel=webService uri=/management/weblogic/{version}/domainConfig/partitions/{name}/webService
This resource's webService singleton resource.
object
-
availableTargets(optional):
array Target References
Title:
Target References
Contains the array of target references.All the available targets for this partition.
-
batchJobsExecutorServiceName(optional):
string
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
. -
dataSourceForJobScheduler(optional):
array 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.
-
defaultTargets(optional):
array Target References
Title:
Target References
Contains the array of target references.A list of default targets for the partition (if any).
-
eagerTrackingOfResourceMetricsEnabled(optional):
boolean
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.
-
gracefulShutdownTimeout(optional):
integer(int32)
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.
-
ignoreSessionsDuringShutdown(optional):
boolean
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. -
jobSchedulerTableName(optional):
string
Default Value:
WEBLOGIC_TIMERS
The table name to use for storing timers active with the Job Scheduler.
-
maxConcurrentLongRunningRequests(optional):
integer(int32)
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.
-
maxConcurrentNewThreads(optional):
integer(int32)
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.
-
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.
-
parallelDeployApplicationModules(optional):
boolean
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()
-
parallelDeployApplications(optional):
boolean
Default Value:
true
Determines if applications will be deployed in parallel.
-
partitionID(optional):
string
Read Only:
true
The ID for this partition.
-
partitionLifeCycleTimeoutVal(optional):
integer(int32)
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
-
partitionWorkManagerRef(optional):
array 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.
-
primaryIdentityDomain(optional):
string
The partition's primary identity domain.
-
RCMHistoricalDataBufferLimit(optional):
integer(int32)
Minimum Value:
1
Maximum Value:5000
Default Value:250
The maximum number of elements retained for monitoring RCM usage requests over time.
-
realm(optional):
array Realm Reference
Title:
Realm Reference
Contains the realm reference.The security realm for this partition.
-
resourceDeploymentPlanPath(optional):
string
The resource deployment plan path.
-
resourceManagerRef(optional):
array Resource Manager Reference
Title:
Resource Manager Reference
Contains the resource manager reference.A resource manager reference from the resource management.
-
startupTimeout(optional):
integer(int32)
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
-
type(optional):
string
Read Only:
true
Returns the type of the MBean.
Constraints
- unharvestable
-
uploadDirectoryName(optional):
string
The directory path on the Administration Server where the uploaded applications for this partition are placed.
array
Target References
All the available targets for this partition.
-
Array of:
object Target Reference
Title:
Target Reference
Contains the target reference.
array
JDBC System Resource Reference
The data source required to support the persistence of jobs scheduled with the job scheduler.
array
Target References
A list of default targets for the partition (if any).
-
Array of:
object Target Reference
Title:
Target Reference
Contains the target reference.
array
Partition Work Manager Reference
A reference to a partition-level work manager policy set by the system administrator.
array
Realm Reference
The security realm for this partition.
array
Resource Manager Reference
A resource manager reference from the resource management.
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
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