View This Lifecycle Manager Config
/management/weblogic/{version}/edit/lifecycleManagerConfig
View this lifecycle manager config.
Request
-
version(required): string
The version of the WebLogic REST interface.
-
excludeFields: 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: 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: 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: 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 lifecycle manager config.
This method can return the following links:
- rel=configuredEndPointCreateForm uri=/management/weblogic/{version}/edit/lifecycleManagerConfig/configuredEndPointCreateForm
The create form resource for this resource's configuredEndPoints collection resource.
- rel=configuredEndPoints uri=/management/weblogic/{version}/edit/lifecycleManagerConfig/configuredEndPoints
This resource's configuredEndPoints collection resource.
- rel=target
This resource's target reference to a target resource.
object
-
configFileLockTimeout:
integer(int64)
Default Value:
120000
Returns the Lifecycle configuration lock timeout. This is used when the persistence type is LifecycleManagerConfigMBean.PERSISTENCE_TYPE_XML, while attempting to lock the configuration file to persist configuration changes.
-
dataSourceName:
string
Returns the name of the DataSource that should be used when LifecycleManager is configured to maintain its configuration in a database.
-
deploymentType:
string
Default Value:
none
Allowed Values:[ "none", "admin", "cluster" ]
The deployment model for LifecycleManager services in this domain.
-
dynamicallyCreated:
boolean
Read Only:
true
Default Value:false
Return whether the MBean was created dynamically or is persisted to config.xml
-
enabled:
boolean
Read Only:
true
Determine if LifeycleManager features are available, either locally on this admin server or remotely via a configured endpoint.
-
endPoints:
array Lifecycle Manager End Point References
Title:
Lifecycle Manager End Point References
Read Only:true
Contains the array of lifecycle manager end point references.Returns the REST endpoints for each LifecycleManager that is participating in the management of this domain.
-
id:
integer(int64)
Read Only:
true
Return the unique id of this MBean instance
-
LCMInitiatedConnectTimeout:
integer(int32)
Default Value:
0
Returns setting for connect timeout for LCM initiated REST requests which may have been triggered by OOB, sync, patching. 0 return implies that the option is disabled (i.e., timeout of infinity).
-
LCMInitiatedConnectTimeoutForElasticity:
integer(int32)
Default Value:
0
Returns setting for connect timeout for LCM initiated REST requests triggered by Elasticity 0 return implies that the option is disabled (i.e., timeout of infinity).
-
LCMInitiatedReadTimeout:
integer(int32)
Default Value:
0
-
LCMInitiatedReadTimeoutForElasticity:
integer(int32)
Default Value:
0
-
name:
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:
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.
-
outOfBandEnabled:
boolean
Default Value:
false
Determine if LifecycleManager should listen for configuration changes on this server.
-
periodicSyncInterval:
integer(int32)
Default Value:
2
Get periodic interval for lifecycle configuration synchronization in hours. When synchronizing configuration, Lifecycle contacts the different runtimes that are registered with it, gets the list of partitions from those runtimes, and ensure that its configuration is synchronized with those runtimes.
-
persistenceType:
string
Default Value:
XML
Allowed Values:[ "XML", "database" ]
The persistence model that is used by this LifecycleManager service. Either database or a local XML file may be used for an admin server deployment, but a database configuration model is required for a cluster deployment.
-
propagationActivateTimeout:
integer(int64)
Default Value:
180000
Returns the activation timeout in milliseconds for Lifecycle configuration propagation to managed server.
-
serverReadyTimeout:
integer(int64)
Default Value:
60000
The timeout in milliseconds for waiting for a server to be ready to receive requests.
-
serverRuntimeTimeout:
integer(int64)
Default Value:
600000
Returns the timeout in milliseconds for accessing server runtime mbeans.
-
tags:
array Items
Title:
Items
Return all tags on this Configuration MBean
-
target:
array Target Reference
Title:
Target Reference
Contains the target reference.The cluster target defined in the current domain that should host the LifecycleManager service when running deployed in Cluster mode.
Constraints
- restart required
-
type:
string
Read Only:
true
Returns the type of the MBean.
Constraints
- unharvestable
array
Lifecycle Manager End Point References
true
Returns the REST endpoints for each LifecycleManager that is participating in the management of this domain.
-
Array of:
object Lifecycle Manager End Point Reference
Title:
Lifecycle Manager End Point Reference
Contains the lifecycle manager end point reference.
array
Target Reference
The cluster target defined in the current domain that should host the LifecycleManager service when running deployed in Cluster mode.
Constraints
- restart required
object
Lifecycle Manager End Point Reference
-
identity:
array Identity
Title:
Identity
DOC TEAM TBD - describe an identity - it's a reference to another WLS REST resource.
array
Identity