ルート・スキーマ: Domain
タイプ: object
ソースを表示
- administrationPort: integer(int32)
最小値: 1
最大値: 65535
デフォルト値: 9002
このWebLogic Serverドメインに共通のセキュアな管理ポート。(管理ポートを有効にする必要があります。)
- administrationPortEnabled: boolean
デフォルト値: false
このWebLogic Serverドメインでドメイン全体の管理ポートを有効化する必要があるかどうかを指定します。管理ポートではSSLを使用するので、管理ポートを有効にする場合にはドメイン内のすべてのサーバーにSSLが構成されている必要があります。
ドメイン全体の管理ポートを使用すると、WebLogic ServerインスタンスをSTANDBY状態で起動できます。また、ドメイン内のアプリケーション・トラフィックから管理トラフィックを分離することも可能になります。ドメイン内のすべてのサーバーについて一度に管理ポートの有効または無効を指定する必要があるため、ドメイン・レベルでデフォルトとしてこの管理ポート設定を構成します。
管理ポートを有効化する場合:
管理ポートでは、管理者資格証明を指定する接続のみが受け入れられます。
管理者資格証明を指定する接続は、管理ポートのみを使用できます。
管理対象サーバーを起動するコマンドには、セキュアなプロトコルと管理ポートを指定する必要があります。-Dweblogic.management.server=https://admin_server:administration_port
制約
- administrationProtocol: string
デフォルト値: t3s
管理ポートまたは管理チャネルを経由する通信のデフォルトのプロトコル。(管理ポートを有効にするか、管理チャネルを作成する必要があります。)
管理ポートまたは管理チャネルを経由するリクエストにプロトコルが指定されていない場合、ここで指定されているプロトコルが使用されます。
有効な管理プロトコルは次のとおりです:
- adminServerName: string
- archiveConfigurationCount: integer(int32)
最小値: 0
最大値: 2147483647
デフォルト値: 0
ドメイン構成が変更されるたびに管理サーバーによって保存されるconfig.xmlのアーカイブ・バージョン数。
- batchJobsDataSourceJndiName: string
バッチ・データソースのJNDI名を戻します。このJNDI名を使用して、バッチ・ジョブ・データの格納に使用されるデータソースのインスタンスを検索します。
- batchJobsExecutorServiceName: string
アプリケーション・スコープのManagedExecutorServiceの名前を戻します。このManagedExecutorServiceインスタンスは、ドメインにデプロイされたアプリケーションから発行されるバッチ・ジョブの実行に使用します。ドメイン内でバッチ・ジョブを発行するときは、同じ名前のManagedExecutorServiceTemplateを終了する必要があります。これによりnullが戻された場合、バッチ・ランタイムはJNDI名にバインドされたデフォルトのJava EE ManagedExecutorService(java:comp/DefaultManagedExecutorService.)を使用して検索します
- clusterConstraintsEnabled: boolean
デフォルト値: false
クラスタをターゲットとするデプロイが、クラスタ内のすべてのサーバーが実行中の場合にのみ成功することを指定します。
デフォルトでは、クラスタ制約は無効になっていて、デプロイ時に管理サーバーからアクセス可能なサーバーに対してのみデプロイが試行されます。停止している、または一時的に管理サーバーから分離されているサーバーは、サーバーの起動時またはネットワーク・パーティションが解決した直後にデプロイメントを取得します。
- configBackupEnabled: boolean
デフォルト値: false
trueに設定した場合、サーバーの起動時に構成のバックアップが作成されます。
- configurationAuditType: string
デフォルト値: none
指定可能な値: [ "none", "log", "audit", "logaudit" ]
構成イベント(構成の変更およびその他の操作)の監査に使用される条件を戻します。
CONFIG_CHANGE_NONE: 構成イベントは、サーバー・ログに書き込まれず、セキュリティ監査フレームワークにも転送されません。
CONFIG_CHANGE_LOG: 構成イベントはサーバー・ログに書き込まれます。
CONFIG_CHANGE_AUDIT: 構成イベントは、セキュリティ監査フレームワークに転送されます。
CONFIG_CHANGE_LOG_AND_AUDIT: 構成イベントは、サーバー・ログに書き込まれ、セキュリティ監査フレームワークに転送されます。
制約
- configurationVersion: string
デフォルト値: oracle.doceng.json.BetterJsonNull@183e8023
構成のリリース識別子。この識別子は、構成のバージョンを示すために使用されます。すべてのサーバーの生成済構成は、実行中のサーバーのリリース識別子を使用して確立されます。バージョンの形式は、major.minor.servicepack.rollingpatchです。バージョンのすべての部分が必須というわけではありません。つまり、7も使用できます。
- deployments: array Deployment References
タイトル: Deployment References
読取り専用: true
デプロイメント参照の配列を含みます。
このドメインの一部となるようにデプロイされたデプロイメントを表すDeploymentsMBeansを返します。
- diagnosticContextCompatibilityModeEnabled: boolean
デフォルト値: true
WLDFで、現行スタイルの診断コンテキストとともに12.2.1より前のスタイルの診断コンテキストを送信するかどうかを指定します。
12.2.1より前のサーバーに対するアウトバウンド通信が発生する可能性がある場合、それらのサーバーが処理できる診断コンテキストを受信できるように、常にこの設定を有効にする必要があります。このような場合にこの設定を無効にすると、相関情報が層全体で失われ、一部の状況で同期する必要のあるWLDFおよびDMSでレポートされる情報が失われる可能性があります。
12.2.1より前のサーバーに対するアウトバウンド通信が発生する可能性がない場合、現行スタイルの診断コンテキストのみをアウトバウンドに伝播する必要があるため、このモードを無効にすることをお薦めします(古いスタイルを伝播しても障害は発生しませんが、この状況で不要なオーバーヘッドが発生します)。
この設定が影響するのはアウトバウンドのみで、インバウンドの12.2.1より前のスタイルの診断コンテキストは、常に認識されて処理されます。
- domainVersion: string
ドメイン内のすべてのサーバーの共通バージョンを定義します。含まれているすべてのサーバーが同じリリース・バージョンであるとはかぎらないドメインの場合、この属性は、サーバーが想定する機能レベルを決定するために使用されます。
値は、ドメイン内の管理対象サーバーのバージョン以下にする必要があります。
この値が管理サーバーのリリース・バージョンと等しくない場合、ドメイン・サーバーは構成の変更を許可されません。
- dynamicallyCreated: boolean
読取り専用: true
デフォルト値: false
MBeanが動的に作成されたか、config.xmlに対して永続化されているかが返されます
- enableEECompliantClassloadingForEmbeddedAdapters: boolean
埋込みアダプタのクラスのロード動作を指定します。このオプションを有効にすると、ドメイン内の埋込みアダプタがJava EE準拠クラスのロードを使用します。埋込みアダプタのクラスには同じアプリケーション内の他のモジュールからアクセスできます。
- exalogicOptimizationsEnabled: boolean
デフォルト値: false
Oracle Exalogicの最適化を有効にするかどうかを指定します。最適化には、スレッド管理とリクエスト処理の向上およびロック競合の低減が含まれます。この属性を有効にできるのは、Oracle Exalogic用にWebLogicドメインを構成している場合のみです。
- id: integer(int64)
- installedSoftwareVersion: string
デフォルト値: oracle.doceng.json.BetterJsonNull@338494fa
構成変更のローリング更新に使用できるインストール済ソフトウェアのバージョン
- internalAppsDeployOnDemandEnabled: boolean
デフォルト値: true
コンソール、UDDI、wlstestclient、uddiexplorerなどの内部アプリケーションが、サーバーの起動中ではなく必要に応じて(最初のアクセス時に)デプロイされるかどうかを指定します。
- javaServiceConsoleEnabled: boolean
管理サーバーが現在のドメイン内に自動的にJavaサービス管理コンソールをデプロイするかどうかを指定します。
- javaServiceEnabled: boolean
デフォルト値: false
クラウド環境でこのWebLogic ServerをJavaサービスとして使用するための機能を有効にするかどうかを指定します。
- lastModificationTime: integer(int64)
読取り専用: true
このドメインが最後に更新された時間を返します。これは、特定のトランザクション変更について一意であることが保証されます。
- listenPortEnabled: boolean
デフォルト値: true
isListenPortEnabledのドメイン全体の設定を戻します。サーバー・レベルでオーバーライドできます。
制約
- logFormatCompatibilityEnabled: boolean
デフォルト値: false
属性は補わず、従来のフォーマットでログ・メッセージを記録するかどうかを構成します。
- maxConcurrentLongRunningRequests: integer(int32)
最小値: 0
最大値: 65534
デフォルト値: 50
現在のサーバーのすべての管理対象エグゼキュータ・サービスまたは管理対象スケジュール済エグゼキュータ・サービスに発行できる実行中の長時間実行リクエストの最大数。
- maxConcurrentNewThreads: integer(int32)
最小値: 0
最大値: 65534
デフォルト値: 50
現在のサーバーのすべての管理対象スレッド・ファクトリが作成できる実行スレッドの最大数。
- name: string
読取り専用: true
このドメインの英数字からなる名前。
ドメインの命名規則の詳細は、『Oracle WebLogic Serverドメイン構成の理解』のドメインおよびサーバー名の制限に関する項を参照してください。
この名前は、MBeanのjavax.management.ObjectNameに、主要なプロパティとして含まれています
Name=user-specified-name
制約
- notes: string
この構成の説明として任意に入力できる情報。
WebLogic Serverは、ドメインの構成ファイル(config.xml)に、このノートをXML PCDATAとして保存します。すべての左山カッコ(<)はXMLエンティティ<に変換されます。キャリッジ・リターンとライン・フィードは維持されます。
ノート: 管理コンソールからノートを作成または編集した場合、キャリッジ・リターンとライン・フィードは維持されません。
- parallelDeployApplicationModules: boolean
デフォルト値: false
アプリケーションのモジュールが並行してデプロイされるかを決定します。
- parallelDeployApplications: boolean
アプリケーションが並行してデプロイされるかを決定します。
- productionModeEnabled: boolean
このドメインのすべてのサーバーを本番モードで実行するかどうかを指定します。
ドメイン内のサーバーを2つのモード(開発または本番)のいずれかで起動するよう構成できます。アプリケーションの開発時は開発モードを使用します。開発モードでは、ゆるやかなセキュリティ構成が使用され、アプリケーションを自動デプロイすることができます。アプリケーションを完成形で実行する場合、本番モードを使用します。本番ドメインでは、完全なセキュリティが使用され、クラスタやその他の先進的な機能を使用できます。
ランタイム・モードはドメイン全体の設定です。各管理対象サーバーの起動時には管理サーバーのモードが参照され、それによって各自の実行時モードが決定します。本番モードで稼働するようドメインを構成する場合、管理サーバーはこの設定をドメインの構成ドキュメントに保存します。
- remoteConsoleHelperEnabled: boolean
デフォルト値: true
リモート・コンソール・ヘルパーが現在のドメイン内に管理コンソールを自動的にデプロイするかどうかを指定します。
- rootDirectory: string
読取り専用: true
ドメインのルート・ディレクトリを返します。つまり、サーバー・プロセス[ServerMBean.getRootDirectory]または[ServerMBean.getDomainDirectory]のルート・ディレクトリです。
- serverKeyStores: string
デフォルト値: DemoIdentityAndDemoTrust
指定可能な値: [ "DomainKeystores", "DemoIdentityAndDemoTrust", "CustomIdentityAndJavaStandardTrust", "CustomIdentityAndCustomTrust", "CustomIdentityAndCommandLineTrust" ]
サーバーごとのKeyStores属性のドメイン全体のデフォルト値を取得します。この値は、サーバー・レベルでオーバーライドできます。
サーバーのKeyStores属性は、サーバーが使用するアイデンティティ・キーストアと信頼キーストアのセットを選択します。
- serverMigrationHistorySize: integer(int32)
最小値: -1
最大値: 2147483647
デフォルト値: 100
サーバー移行の履歴サイズを取得します。
値-1は、履歴サイズが無制限であることを意味します。
- serviceMigrationHistorySize: integer(int32)
最小値: -1
最大値: 2147483647
デフォルト値: 100
サービス移行の履歴サイズを取得します。
値-1は、履歴サイズが無制限であることを意味します。
- SSLEnabled: boolean
デフォルト値: false
isSSLEnabledのドメイン全体の値を戻します。サーバー・レベルでオーバーライドできます。
制約
- systemResources: array System Resource References
タイトル: System Resource References
読取り専用: true
システム・リソース参照の配列を含みます。
このドメインのSystemResourceMBeansを返します。
- tags: array Items
- targets: array Target References
タイトル: Target References
読取り専用: true
ターゲット参照の配列を含みます。
このドメインのターゲットを定義します
- type: string
- virtualThreadEnableOption: string
デフォルト値: disabled
指定可能な値: [ "disabled", "enabled" ]
仮想スレッド有効化オプションの構成設定を取得します。
{
"type":"object",
"properties":{
"SSLEnabled":{
"x-weblogic-secureDefault":true,
"default":false,
"type":"boolean",
"description":"<p>Returns the domain-wide value for isSSLEnabled. Can be overridden at the server level.</p><p><h5>Constraints</h5></p><ul><li>secure default : true</li></ul>"
},
"adminServerName":{
"type":"string",
"description":""
},
"administrationPort":{
"default":9002,
"minimum":1,
"maximum":65535,
"type":"integer",
"format":"int32",
"description":"<p>The common secure administration port for this WebLogic Server domain. (Requires you to enable the administration port.)</p>"
},
"administrationPortEnabled":{
"x-weblogic-secureDefault":true,
"default":false,
"type":"boolean",
"description":"<p>Specifies whether the domain-wide administration port should be enabled for this WebLogic Server domain. Because the administration port uses SSL, enabling the administration port requires that SSL must be configured for all servers in the domain.</p><p>The domain-wide administration port enables you to start a WebLogic Server instance in <code>STANDBY</code> state. It also allows you to separate administration traffic from application traffic in your domain. Because all servers in the domain must enable or disable the administration port at once, you configure the default administration port settings at the domain level.</p><p>If you enable the administration port:</p><ul><li><p>The administration port accepts only connections that specify administrator credentials.</p></li><li><p>Connections that specify administrator credentials can use only the administration port.</p></li><li><p>The command that starts managed servers must specify a secure protocol and the administration port: <code>-Dweblogic.management.server=https://<i>admin_server:administration_port</i></code></p></li></ul><p><h5>Constraints</h5></p><ul><li>secure default : true</li></ul>"
},
"administrationProtocol":{
"default":"t3s",
"type":"string",
"description":"<p>The default protocol for communicating through the administration port or administration channels. (Requires you to enable the administration port or to create an administration channel.)</p><p>If requests through the administration port or an administration channel do not specify a protocol, WebLogic Server uses the protocol specified here.</p><p>Valid admin protocols are:</p><ul><li><p> t3s</p></li><li><p> https</p></li><li><p> iiops</p></li></ul>"
},
"archiveConfigurationCount":{
"default":0,
"minimum":0,
"maximum":2147483647,
"type":"integer",
"format":"int32",
"description":"<p>The number of archival versions of <code>config.xml</code> saved by the Administration Server each time the domain configuration is modified.</p>"
},
"batchJobsDataSourceJndiName":{
"type":"string",
"description":"<p>Returns the Batch DataSource jndi name. This jndi name will be used to lookup an instance of a DataSource that will be used to store the Batch jobs data.</p>"
},
"batchJobsExecutorServiceName":{
"type":"string",
"description":"<p>Returns the name of the application-scoped ManagedExecutorService. This ManagedExecutorService instance will be used to run batch jobs that are submitted from applications deployed to the domain. The ManagedExecutorServiceTemplate by the same name must exit when a batch job is submitted in the domain. If this returns null, then the batch runtime will look to use the default Java EE ManagedExecutorService that is bound to the JNDI name: <code>java:comp/DefaultManagedExecutorService</code></p>"
},
"clusterConstraintsEnabled":{
"default":false,
"type":"boolean",
"description":"<p>Specifies that deployments targeted to a cluster succeed only if all servers in the cluster are running.</p><p>By default, cluster constraints are disabled and deployment is attempted only on the servers that are reachable at the time of deployment from the Administration Server. Any servers that have been shut down or are temporarily partitioned from the Administration Server will retrieve the deployment during server startup or shortly after the network partition is resolved.</p>"
},
"configBackupEnabled":{
"default":false,
"type":"boolean",
"description":"<p>If true, then backups of the configuration will be made during server boot.</p>"
},
"configurationAuditType":{
"x-weblogic-secureDefault":"audit",
"default":"none",
"enum":[
"none",
"log",
"audit",
"logaudit"
],
"type":"string",
"description":"<p>Returns the criteria used for auditing configuration events (configuration changes and other operations): </p><ul><li><p><code>CONFIG_CHANGE_NONE</code> Configuration events will neither be written to the server log or directed to the Security Audit Framework.</p></li><li><p><code>CONFIG_CHANGE_LOG</code> Configuration events will be written to the server log.</p></li><li><p><code>CONFIG_CHANGE_AUDIT</code>Configuration events will be directed to the Security Audit Framework.</p></li><li><p><code>CONFIG_CHANGE_LOG_AND_AUDIT</code> Configuration events will be written to the server log and directed to the Security Audit Framework.</p></li></ul><p><h5>Constraints</h5></p><ul><li>secure default : \"audit\"</li></ul>"
},
"configurationVersion":{
"default":null,
"type":"string",
"description":"<p>The release identifier for the configuration. This identifier will be used to indicate the version of the configuration. All server generated configurations will be established with the release identifier of the running server. The form of the version is major.minor.servicepack.rollingpatch. Not all parts of the version are required. i.e. \"7\" is acceptable.</p>"
},
"deployments":{
"readOnly":true,
"title":"Deployment References",
"type":"array",
"items":{
"title":"Deployment 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 deployment reference."
},
"description":"Contains the array of deployment references. <p>Returns the DeploymentsMBeans representing the deployments that have been deployed to be part of this domain.</p>"
},
"diagnosticContextCompatibilityModeEnabled":{
"default":true,
"type":"boolean",
"description":"<p>Specifies whether WLDF sends a pre-12.2.1-style diagnostic context along with the current-style diagnostic context.</p><p>If outbound communication to pre-12.2.1 servers is possible, this setting should always be enabled to ensure that those servers receive a diagnostic context that they can process. Disabling this setting in those scenarios can result in correlation information being lost across tiers, and in information reported by WLDF and DMS to become of sync in some situations.</p><p>If there is no outbound communication to pre-12.2.1 servers possible, it is suggested to disable this mode as only the current-style diagnostic context is needed to be propagated outbound (propagating the old style will not cause a failure, but is unnecessary overhead in that situation).</p><p>This setting affects outbound only, inbound pre-12.2.1 style diagnostic contexts are always understood and handled.</p>"
},
"domainVersion":{
"type":"string",
"description":"<p>Defines the common version of all servers in a domain. In a domain containing servers that are not all at the same release version, this attribute is used to determine the feature level that servers will assume.</p><p>The value must be less than or equal to the version of any managed server in the domain.</p><p>If this value is not equal to the version of the release version of the admin server, then the admin server will not be allowed to make modifications to the configuration.</p>"
},
"dynamicallyCreated":{
"readOnly":true,
"default":false,
"type":"boolean",
"description":"<p>Return whether the MBean was created dynamically or is persisted to config.xml</p>"
},
"enableEECompliantClassloadingForEmbeddedAdapters":{
"type":"boolean",
"description":"<p>Specifies the class loading behavior for embedded adapters. If you enable this option, embedded adapters in the domain will use Java EE compliant class loading. The embedded adapter's classes will be accessible from other modules in the same application.</p>"
},
"exalogicOptimizationsEnabled":{
"default":false,
"type":"boolean",
"description":"<p>Specifies whether optimizations for Oracle Exalogic should be enabled. Optimizations include improved thread management and request processing, and reduced lock contention. This attribute should be enabled only when configuring a WebLogic domain for Oracle Exalogic.</p>"
},
"id":{
"readOnly":true,
"type":"integer",
"format":"int64",
"description":"<p>Return the unique id of this MBean instance</p>"
},
"installedSoftwareVersion":{
"default":null,
"type":"string",
"description":"<p>Installed software version that can be used for rolling updates of config changes</p>"
},
"internalAppsDeployOnDemandEnabled":{
"default":true,
"type":"boolean",
"description":"<p>Specifies whether internal applications such as the console, uddi, wlstestclient, and uddiexplorer are deployed on demand (first access) instead of during server startup. </p>"
},
"javaServiceConsoleEnabled":{
"type":"boolean",
"description":"<p>Specifies whether the Administration Server automatically deploys the Java Service Administration Console in the current domain.</p>"
},
"javaServiceEnabled":{
"default":false,
"type":"boolean",
"description":"<p>Specifies whether features to support the use of this WebLogic Server as a Java Service in a cloud environment should be enabled.</p>"
},
"lastModificationTime":{
"readOnly":true,
"type":"integer",
"format":"int64",
"description":"<p>Return the last time this domain was updated. This is guaranteed to be unique for a given transactional modification.</p>"
},
"listenPortEnabled":{
"x-weblogic-secureDefault":false,
"default":true,
"type":"boolean",
"description":"<p>Returns the domain-wide setting for isListenPortEnabled. Can be overridden at the server level.</p><p><h5>Constraints</h5></p><ul><li>secure default : false</li></ul>"
},
"logFormatCompatibilityEnabled":{
"default":false,
"type":"boolean",
"description":"<p>Configures whether log messages will be logged in legacy format without supplemental attributes.</p>"
},
"maxConcurrentLongRunningRequests":{
"default":50,
"minimum":0,
"maximum":65534,
"type":"integer",
"format":"int32",
"description":"<p>The maximum number of running long-running requests that can be submitted to all the Managed Executor Services or Managed Scheduled Executor Services on the current server.</p>"
},
"maxConcurrentNewThreads":{
"default":50,
"minimum":0,
"maximum":65534,
"type":"integer",
"format":"int32",
"description":"<p>The maximum number of running threads that can be created by all the Managed Thread Factories on the current server.</p>"
},
"name":{
"readOnly":true,
"x-weblogic-legalNull":true,
"type":"string",
"description":"<p>An alphanumeric name for this domain.</p><p>For more information on domain naming conventions, see <a href=\"http://www.oracle.com/pls/topic/lookup?ctx=fmw15110&id=DOMCF237\">Domain and Server Name Restrictions</a> in Understanding Domain Configuration for Oracle WebLogic Server.</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>"
},
"parallelDeployApplicationModules":{
"default":false,
"type":"boolean",
"description":"<p>Determines if the modules of applications will be deployed in parallel.</p>"
},
"parallelDeployApplications":{
"type":"boolean",
"description":"<p>Determines if applications will be deployed in parallel.</p>"
},
"productionModeEnabled":{
"type":"boolean",
"description":"<p>Specifies whether all servers in this domain run in production mode.</p><p>You can configure servers in your domain to start in one of two modes, development or production. You use development mode while you are developing your applications. Development mode uses a relaxed security configuration and enables you to auto-deploy applications. You use production mode when your application is running in its final form. A production domain uses full security and may use clusters or other advanced features.</p><p>The runtime mode is a domain-wide setting. As each Managed Server starts, it refers to the mode of the Administration Server to determine its runtime mode. If you configure the domain to run in production mode, the Administration Server saves this setting to the domain's configuration document.</p>"
},
"remoteConsoleHelperEnabled":{
"default":true,
"type":"boolean",
"description":"<p>Specifies whether the Administration Server automatically deploys the Remote Console Helper in the current domain.</p>"
},
"rootDirectory":{
"readOnly":true,
"type":"string",
"description":"<p>Return the root directory for the domain. In other words for a server process [ServerMBean.getRootDirectory] or [ServerMBean.getDomainDirectory]</p>"
},
"serverKeyStores":{
"default":"DemoIdentityAndDemoTrust",
"enum":[
"DomainKeystores",
"DemoIdentityAndDemoTrust",
"CustomIdentityAndJavaStandardTrust",
"CustomIdentityAndCustomTrust",
"CustomIdentityAndCommandLineTrust"
],
"type":"string",
"description":"<p>Gets the domain-wide default value for the per-server <code>KeyStores</code> attribute. This value can be overridden at the server level.</p><p>The server <code>KeyStores</code> attribute selects the set of Identity and Trust keystores the server will use.</p>"
},
"serverMigrationHistorySize":{
"default":100,
"minimum":-1,
"maximum":2147483647,
"type":"integer",
"format":"int32",
"description":"<p>Gets the history size of server migrations.</p><p>A value of -1 indicates that the history size is unlimited.</p>"
},
"serviceMigrationHistorySize":{
"default":100,
"minimum":-1,
"maximum":2147483647,
"type":"integer",
"format":"int32",
"description":"<p>Gets the history size of service migrations.</p><p>A value of -1 indicates that the history size is unlimited.</p>"
},
"systemResources":{
"readOnly":true,
"title":"System Resource References",
"type":"array",
"items":{
"title":"System Resource 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 system resource reference."
},
"description":"Contains the array of system resource references. <p>Return the SystemResourceMBeans in this Domain.</p>"
},
"tags":{
"title":"Items",
"type":"array",
"items":{
"type":"string",
"description":""
},
"description":"<p>Return all tags on this Configuration MBean</p>"
},
"targets":{
"readOnly":true,
"title":"Target References",
"type":"array",
"items":{
"title":"Target 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 target reference."
},
"description":"Contains the array of target references. <p>Define targets for this Domain</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>"
},
"virtualThreadEnableOption":{
"default":"disabled",
"enum":[
"disabled",
"enabled"
],
"type":"string",
"description":"<p>Get the configuration settings for the virtual thread enable option. </p>"
}
},
"description":""
}
ネストされたスキーマ: Deployment References
タイプ: array
タイトル: Deployment References
読取り専用: true
デプロイメント参照の配列を含みます。
このドメインの一部となるようにデプロイされたデプロイメントを表すDeploymentsMBeansを返します。
ソースを表示
{
"readOnly":true,
"title":"Deployment References",
"type":"array",
"items":{
"title":"Deployment 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 deployment reference."
},
"description":"Contains the array of deployment references. <p>Returns the DeploymentsMBeans representing the deployments that have been deployed to be part of this domain.</p>"
}
ネストされたスキーマ: System Resource References
タイプ: array
タイトル: System Resource References
読取り専用: true
システム・リソース参照の配列を含みます。
このドメインのSystemResourceMBeansを返します。
ソースを表示
{
"readOnly":true,
"title":"System Resource References",
"type":"array",
"items":{
"title":"System Resource 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 system resource reference."
},
"description":"Contains the array of system resource references. <p>Return the SystemResourceMBeans in this Domain.</p>"
}