View This Lifecycle Manager Config
/management/weblogic/{version}/serverConfig/lifecycleManagerConfig
View this lifecycle manager config.
Request
- 
                    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 lifecycle manager config.
This method can return the following links:
- rel=configuredEndPoints uri=/management/weblogic/{version}/serverConfig/lifecycleManagerConfig/configuredEndPointsThis resource's configuredEndPoints collection resource. 
- rel=targetThis resource's target reference to a target resource. 
object- 
            configFileLockTimeout(optional): 
            integer(int64)
            Default Value:120000Returns 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(optional): 
            string
            Returns the name of the DataSource that should be used when LifecycleManager is configured to maintain its configuration in a database. 
- 
            deploymentType(optional): 
            string
            Default Value:noneAllowed Values:[ "none", "admin", "cluster" ]The deployment model for LifecycleManager services in this domain. 
- 
            dynamicallyCreated(optional): 
            boolean
            Read Only:trueDefault Value:falseReturn whether the MBean was created dynamically or is persisted to config.xml 
- 
            enabled(optional): 
            boolean
            Read Only:trueDetermine if LifeycleManager features are available, either locally on this admin server or remotely via a configured endpoint. 
- 
            endPoints(optional): 
            array  Lifecycle Manager End Point References
            
            Title:Lifecycle Manager End Point ReferencesRead Only:trueContains 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(optional): 
            integer(int64)
            Read Only:trueReturn the unique id of this MBean instance 
- 
            LCMInitiatedConnectTimeout(optional): 
            integer(int32)
            Default Value:0Returns 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(optional): 
            integer(int32)
            Default Value:0Returns 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(optional): 
            integer(int32)
            Default Value:0
- 
            LCMInitiatedReadTimeoutForElasticity(optional): 
            integer(int32)
            Default Value:0
- 
            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. 
- 
            outOfBandEnabled(optional): 
            boolean
            Default Value:falseDetermine if LifecycleManager should listen for configuration changes on this server. 
- 
            periodicSyncInterval(optional): 
            integer(int32)
            Default Value:2Get 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(optional): 
            string
            Default Value:XMLAllowed 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(optional): 
            integer(int64)
            Default Value:180000Returns the activation timeout in milliseconds for Lifecycle configuration propagation to managed server. 
- 
            serverReadyTimeout(optional): 
            integer(int64)
            Default Value:60000The timeout in milliseconds for waiting for a server to be ready to receive requests. 
- 
            serverRuntimeTimeout(optional): 
            integer(int64)
            Default Value:600000Returns the timeout in milliseconds for accessing server runtime mbeans. 
- 
            tags(optional): 
            array  Items
            
            Title:ItemsReturn all tags on this Configuration MBean 
- 
            target(optional): 
            array  Target Reference
            
            Title:Target ReferenceContains 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(optional): 
            string
            Read Only:trueReturns the type of the MBean. Constraints- unharvestable
 
arrayLifecycle Manager End Point ReferencestrueReturns 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 ReferenceContains the lifecycle manager end point reference.
arrayTarget ReferenceThe cluster target defined in the current domain that should host the LifecycleManager service when running deployed in Cluster mode.
Constraints
- restart required
objectLifecycle Manager End Point Reference- 
            identity(optional): 
            array  Identity
            
            Title:IdentityDOC TEAM TBD - describe an identity - it's a reference to another WLS REST resource.
arrayIdentity