ルート・スキーマ: System Component Configuration
タイプ: object
ソースを表示
{
"type":"object",
"properties":{
"componentType":{
"type":"string",
"description":"<p>Get the system component type Examples of types may include \"OHS\", \"Coherence\". New System Components may be added in the future so the list of types is not static.</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>"
},
"sourcePath":{
"type":"string",
"description":"<p>Get the source path for configuration files Note: if you use a SystemComponentConfiguration, then the files for the SystemComponents directory are not used so there is no chance of conflict.</p>"
},
"systemComponents":{
"title":"System Component References",
"type":"array",
"items":{
"title":"System Component 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 component reference."
},
"description":"Contains the array of system component references. <p>System Component Configurations are targeted to System Component instances.</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>"
}
},
"description":""
}
ネストされたスキーマ: System Component References
タイプ: array
タイトル: System Component References
システム・コンポーネント参照の配列を含みます。
システム・コンポーネント構成は、システム・コンポーネント・インスタンスをターゲットとします。
ソースを表示
{
"title":"System Component References",
"type":"array",
"items":{
"title":"System Component 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 component reference."
},
"description":"Contains the array of system component references. <p>System Component Configurations are targeted to System Component instances.</p>"
}
ネストされたスキーマ: System Component Reference
タイプ: object
タイトル: System Component Reference
システム・コンポーネント参照を含みます。
ソースを表示
{
"title":"System Component 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 component 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."
}