ルート・スキーマ: Lifecycle Manager Config
タイプ: object
ソースを表示
{
"type":"object",
"properties":{
"LCMInitiatedConnectTimeout":{
"default":"0",
"type":"integer",
"format":"int32",
"description":"<p>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).</p>"
},
"LCMInitiatedConnectTimeoutForElasticity":{
"default":"0",
"type":"integer",
"format":"int32",
"description":"<p>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).</p>"
},
"LCMInitiatedReadTimeout":{
"default":"0",
"type":"integer",
"format":"int32",
"description":""
},
"LCMInitiatedReadTimeoutForElasticity":{
"default":"0",
"type":"integer",
"format":"int32",
"description":""
},
"configFileLockTimeout":{
"default":"120000",
"type":"integer",
"format":"int64",
"description":"<p>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. </p>"
},
"dataSourceName":{
"type":"string",
"description":"<p>Returns the name of the DataSource that should be used when LifecycleManager is configured to maintain its configuration in a database.</p>"
},
"deploymentType":{
"default":"none",
"enum":[
"none",
"admin",
"cluster"
],
"type":"string",
"description":"<p>The deployment model for LifecycleManager services in this domain.</p>"
},
"dynamicallyCreated":{
"readOnly":true,
"default":false,
"type":"boolean",
"description":"<p>Return whether the MBean was created dynamically or is persisted to config.xml</p>"
},
"enabled":{
"readOnly":true,
"type":"boolean",
"description":"<p>Determine if LifeycleManager features are available, either locally on this admin server or remotely via a configured endpoint.</p>"
},
"endPoints":{
"readOnly":true,
"title":"Lifecycle Manager End Point References",
"type":"array",
"items":{
"title":"Lifecycle Manager End Point Reference",
"type":"object",
"properties":{
"identity":{
"title":"Identity",
"type":"array",
"items":{
"type":"string",
"description":""
},
"description":"DOC TEAM TBD - describe an identity - it's a reference to another WLS REST resource."
}
},
"description":"Contains the lifecycle manager end point reference."
},
"description":"Contains the array of lifecycle manager end point references. <p>Returns the REST endpoints for each LifecycleManager that is participating in the management of this domain.</p>"
},
"id":{
"readOnly":true,
"type":"integer",
"format":"int64",
"description":"<p>Return the unique id of this MBean instance</p>"
},
"name":{
"readOnly":true,
"x-weblogic-legalNull":true,
"type":"string",
"description":"<p>The user-specified name of this MBean instance.</p><p>This name is included as one of the key properties in the MBean's <code>javax.management.ObjectName</code></p><p><code>Name=<i>user-specified-name</i></code></p><p><h5>Constraints</h5></p><ul><li>legal null</li></ul>"
},
"notes":{
"type":"string",
"description":"<p>Optional information that you can include to describe this configuration.</p><p>WebLogic Server saves this note in the domain's configuration file (<code>config.xml</code>) as XML PCDATA. All left angle brackets (<) are converted to the XML entity <code><</code>. Carriage returns/line feeds are preserved.</p><p>Note: If you create or edit a note from the Administration Console, the Administration Console does not preserve carriage returns/line feeds.</p>"
},
"outOfBandEnabled":{
"default":false,
"type":"boolean",
"description":"<p>Determine if LifecycleManager should listen for configuration changes on this server.</p>"
},
"periodicSyncInterval":{
"default":"2",
"type":"integer",
"format":"int32",
"description":"<p>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. </p>"
},
"persistenceType":{
"default":"XML",
"enum":[
"XML",
"database"
],
"type":"string",
"description":"<p>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.</p>"
},
"propagationActivateTimeout":{
"default":"180000",
"type":"integer",
"format":"int64",
"description":"<p>Returns the activation timeout in milliseconds for Lifecycle configuration propagation to managed server. </p>"
},
"serverReadyTimeout":{
"default":"60000",
"type":"integer",
"format":"int64",
"description":"<p>The timeout in milliseconds for waiting for a server to be ready to receive requests.</p>"
},
"serverRuntimeTimeout":{
"default":"600000",
"type":"integer",
"format":"int64",
"description":"<p>Returns the timeout in milliseconds for accessing server runtime mbeans. </p>"
},
"tags":{
"title":"Items",
"type":"array",
"items":{
"type":"string",
"description":""
},
"description":"<p>Return all tags on this Configuration MBean</p>"
},
"target":{
"x-weblogic-restartRequired":true,
"title":"Target Reference",
"type":"array",
"items":{
"type":"string",
"description":""
},
"description":"Contains the target reference. <p>The cluster target defined in the current domain that should host the LifecycleManager service when running deployed in Cluster mode.</p><p><h5>Constraints</h5></p><ul><li>restart required</li></ul>"
},
"type":{
"readOnly":true,
"x-weblogic-unharvestable":true,
"type":"string",
"description":"<p>Returns the type of the MBean.</p><p><h5>Constraints</h5></p><ul><li>unharvestable</li></ul>"
}
},
"description":""
}
ネストされたスキーマ: Lifecycle Manager End Point References
タイプ: array
タイトル: Lifecycle Manager End Point References
読取り専用: true
ライフサイクル・マネージャ・エンドポイント参照の配列を含みます。
このドメインの管理に参加している各LifecycleManagerのRESTエンドポイントを返します。
ソースを表示
{
"readOnly":true,
"title":"Lifecycle Manager End Point References",
"type":"array",
"items":{
"title":"Lifecycle Manager End Point Reference",
"type":"object",
"properties":{
"identity":{
"title":"Identity",
"type":"array",
"items":{
"type":"string",
"description":""
},
"description":"DOC TEAM TBD - describe an identity - it's a reference to another WLS REST resource."
}
},
"description":"Contains the lifecycle manager end point reference."
},
"description":"Contains the array of lifecycle manager end point references. <p>Returns the REST endpoints for each LifecycleManager that is participating in the management of this domain.</p>"
}
ネストされたスキーマ: Target Reference
タイプ: array
タイトル: Target Reference
ターゲット参照を含みます。
現在のドメインに定義されているクラスタ・ターゲットで、実行時にクラスタ・モードでデプロイされたLifecycleManagerサービスをホストする必要があります。
制約
ソースを表示
{
"x-weblogic-restartRequired":true,
"title":"Target Reference",
"type":"array",
"items":{
"type":"string",
"description":""
},
"description":"Contains the target reference. <p>The cluster target defined in the current domain that should host the LifecycleManager service when running deployed in Cluster mode.</p><p><h5>Constraints</h5></p><ul><li>restart required</li></ul>"
}
ネストされたスキーマ: Lifecycle Manager End Point Reference
タイプ: object
タイトル: Lifecycle Manager End Point Reference
ライフサイクル・マネージャ・エンドポイント参照を含みます。
ソースを表示
{
"title":"Lifecycle Manager End Point Reference",
"type":"object",
"properties":{
"identity":{
"title":"Identity",
"type":"array",
"items":{
"type":"string",
"description":""
},
"description":"DOC TEAM TBD - describe an identity - it's a reference to another WLS REST resource."
}
},
"description":"Contains the lifecycle manager end point reference."
}
ネストされたスキーマ: Identity
タイプ: array
タイトル: Identity
DOC TEAM TBD - アイデンティティの説明 - 別のWLS RESTリソースへの参照です。
ソースを表示
{
"title":"Identity",
"type":"array",
"items":{
"type":"string",
"description":""
},
"description":"DOC TEAM TBD - describe an identity - it's a reference to another WLS REST resource."
}