ルート・スキーマ: Lifecycle Manager End Point
タイプ: object
ソースを表示
- dynamicallyCreated: boolean
読取り専用: true
デフォルト値: false
MBeanが動的に作成されたか、config.xmlに対して永続化されているかが返されます
- enabled: boolean
デフォルト値: true
このLifecycleManagerエンドポイント構成がアクティブである場合にtrueを返し、WebLogic Serverコンポーネントで構成変更を共有する必要があるときに使用します。
- id: integer(int64)
- name: string
読取り専用: true
このMBeanインスタンスのユーザー定義の名前。
この名前は、MBeanのjavax.management.ObjectName
に、主要なプロパティとして含まれています
Name=user-specified-name
制約
- notes: string
この構成の説明として任意に入力できる情報。
WebLogic Serverは、ドメインの構成ファイル(config.xml
)に、このノートをXML PCDATAとして保存します。すべての左山カッコ(<)はXMLエンティティ<に変換されます。キャリッジ・リターンとライン・フィードは維持されます。
ノート: 管理コンソールからノートを作成または編集した場合、キャリッジ・リターンとライン・フィードは維持されません。
- password: string(password)
パスワードをクリア・テキストで取得します(デフォルトでは無効にされています。getPasswordEncryptedを使用します)
- runtimeName: string
このWebLogic Serverドメインの実行時の名前を返します。この名前を使用して、LifecycleManagerの視点からローカル・ドメインのドメイン名をオーバーライドできます。
- tags: array Items
- type: string
- URL: string
LifecycleManagerインスタンスのルートRESTリソースのURLを戻します。たとえば、http://localhost:7001/lifecycle/12.2.1.0/です。
- username: string
LifecycleManagerインスタンスへの接続開始時に渡されるユーザー名(URLの値によってこのエンドポイントに対し指定される名前)。設定しない場合、接続確立時にユーザー名は指定されません。
{
"type":"object",
"properties":{
"URL":{
"type":"string",
"description":"<p>Returns the URL for the root REST resource for the LifecycleManager instance. For example, http://localhost:7001/lifecycle/12.2.1.0/</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":{
"default":true,
"type":"boolean",
"description":"<p>Returns true if this LifecycleManager endpoint configuration is active and should be used when a WebLogic Server component needs to share a configuration change.</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>"
},
"password":{
"type":"string",
"format":"password",
"description":"<p>Get the password in clear text. (disallowed by default - use getPasswordEncrypted)</p>"
},
"runtimeName":{
"type":"string",
"description":"<p>Returns the runtime name for this WebLogic Server domain. This name can be used to override the domain name of the local domain from the perspective of LifecycleManager.</p>"
},
"tags":{
"title":"Items",
"type":"array",
"items":{
"type":"string",
"description":""
},
"description":"<p>Return all tags on this Configuration MBean</p>"
},
"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>"
},
"username":{
"type":"string",
"description":"<p>The user name that will be passed when opening a connection to a LifecycleManager instance (specified by the URL value for this endpoint). If not set, then no user name will be specified when establishing an connection.</p>"
}
},
"description":""
}