ルート・スキーマ: Resource Group
タイプ: object
ソースを表示
{
"type":"object",
"properties":{
"administrative":{
"default":false,
"type":"boolean",
"description":"<p>Does this resource group contain administrative applications and resources? If true, then this is considered an administrative resource group and will be handled differently by the partition lifecycle. Specifically, an administrative resource group will be left running when a partition is shut down (it will be shut down only when the partition is halted).</p><p>Note that this Boolean is independent of the targeting of the resource group and works independently of the <code>autoTargetAdminServer</code> Boolean.</p>"
},
"autoTargetAdminServer":{
"default":false,
"type":"boolean",
"description":"<p>Should this resource group always be targeted to the Administration Server? If true, then this resource group will be targeted to the domain's Administration Server using the partition's administrative virtual target (AdminVT) in addition to any targets explicitly set on the resource group. Functionally, this is similar to getting the partition's administrative virtual target and explicitly adding it to the list of resource group targets.</p>"
},
"dynamicallyCreated":{
"readOnly":true,
"default":false,
"type":"boolean",
"description":"<p>Return whether the MBean was created dynamically or is persisted to config.xml</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>"
},
"resourceGroupTemplate":{
"title":"Resource Group Template Reference",
"type":"array",
"items":{
"type":"string",
"description":""
},
"description":"Contains the resource group template reference. <p>The resource group template referenced by this resource group.</p>"
},
"tags":{
"title":"Items",
"type":"array",
"items":{
"type":"string",
"description":""
},
"description":"<p>Return all tags on this Configuration MBean</p>"
},
"targets":{
"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>A list of all the targets.</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>"
},
"uploadDirectoryName":{
"type":"string",
"description":"<p>The directory path on the Administration Server where the uploaded applications for this resource group template are placed.</p>"
},
"useDefaultTarget":{
"default":true,
"type":"boolean",
"description":"<p>Checks whether this resource group uses the default target from the partition that contains the resource group.</p>"
}
},
"description":""
}
ネストされたスキーマ: Resource Group Template Reference
タイプ: array
タイトル: Resource Group Template Reference
リソース・グループ・テンプレート参照を含みます。
このリソース・グループによって参照されるリソース・グループ・テンプレート。
ソースを表示
{
"title":"Resource Group Template Reference",
"type":"array",
"items":{
"type":"string",
"description":""
},
"description":"Contains the resource group template reference. <p>The resource group template referenced by this resource group.</p>"
}
ネストされたスキーマ: Target References
タイプ: array
タイトル: Target References
ターゲット参照の配列を含みます。
すべてのターゲットのリスト。
ソースを表示
{
"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>A list of all the targets.</p>"
}
ネストされたスキーマ: Target Reference
タイプ: object
タイトル: Target Reference
ターゲット参照を含みます。
ソースを表示
{
"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."
}
ネストされたスキーマ: 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."
}