View This Lifecycle Manager Config

get

/management/weblogic/{version}/edit/lifecycleManagerConfig

View this lifecycle manager config.

Request

Path Parameters
Query Parameters
  • 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.
  • 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.
  • 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.
  • 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.
Security
Back to Top

Response

Supported Media Types

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.

Body ()
Root Schema : Lifecycle Manager Config
Type: object
Show Source
  • 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.

  • Returns the name of the DataSource that should be used when LifecycleManager is configured to maintain its configuration in a database.

  • Default Value: none
    Allowed Values: [ "none", "admin", "cluster" ]

    The deployment model for LifecycleManager services in this domain.

  • Read Only: true
    Default Value: false

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

  • Read Only: true

    Determine if LifeycleManager features are available, either locally on this admin server or remotely via a configured endpoint.

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

  • Read Only: true

    Return the unique id of this MBean instance

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

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

  • Default Value: 0
  • Default Value: 0
  • 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

    Determine if LifecycleManager should listen for configuration changes on this server.

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

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

  • Default Value: 180000

    Returns the activation timeout in milliseconds for Lifecycle configuration propagation to managed server.

  • Default Value: 60000

    The timeout in milliseconds for waiting for a server to be ready to receive requests.

  • Default Value: 600000

    Returns the timeout in milliseconds for accessing server runtime mbeans.

  • Items
    Title: Items

    Return all tags on this Configuration MBean

  • 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
  • Read Only: true

    Returns the type of the MBean.

    Constraints

    • unharvestable
Nested Schema : Lifecycle Manager End Point References
Type: array
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.

Show Source
Nested Schema : Items
Type: array
Title: Items

Return all tags on this Configuration MBean

Show Source
Nested Schema : Target Reference
Type: array
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
Show Source
Nested Schema : Lifecycle Manager End Point Reference
Type: object
Title: Lifecycle Manager End Point Reference
Contains the lifecycle manager end point reference.
Show Source
  • Identity
    Title: Identity
    DOC TEAM TBD - describe an identity - it's a reference to another WLS REST resource.
Nested Schema : Identity
Type: array
Title: Identity
DOC TEAM TBD - describe an identity - it's a reference to another WLS REST resource.
Show Source
Back to Top