View This Lifecycle Manager Config

get

/management/weblogic/{version}/domainConfig/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 '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.
Security
Back to Top

Response

Supported Media Types

200 Response

Returns this lifecycle manager config.

This method can return the following links:

  • rel=configuredEndPoints uri=/management/weblogic/{version}/domainConfig/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
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
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