このドメイン・ランタイムの表示
get
/management/weblogic/{version}/domainRuntime
このドメイン・ランタイムを表示します。
ノート: このリソースのツリーは、WebLogic Serverドメイン全体のモニターに使用されます。
リクエスト
パス・パラメータ
- version: string
WebLogic RESTインタフェースのバージョン。
問合せパラメータ
- excludeFields(optional): string
「excludeFields」問合せパラメータは、レスポンスで返されるフィールドを制限するために使用します。フィールド名のカンマ区切りリストです。存在する場合は、リストにない名前のフィールドのみが返されます。存在しない場合は、すべてのフィールドが返されます(「fields」問合せパラメータが指定されていない場合)。ノート: 「excludeFields」が指定されている場合、「fields」は指定できません。
- excludeLinks(optional): string
「excludeLinks」問合せパラメータは、レスポンスで返されるリンクを制限するために使用します。リンク関係名のカンマ区切りリストです。存在する場合は、リストに関係名がないリンクのみが返されます。存在しない場合は、すべてのリンクが返されます(「links」問合せパラメータが指定されていない場合)。ノート: 「excludeLinks」が指定されている場合、「links」は指定できません。
- fields(optional): string
「fields」問合せパラメータは、レスポンスで返されるフィールドを制限するために使用します。フィールド名のカンマ区切りリストです。存在する場合は、名前が一致するフィールドのみが返されます。存在しない場合は、すべてのフィールドが返されます(「excludeFields」問合せパラメータが指定されていない場合)。ノート: 「excludeFields」が指定されている場合、「fields」は指定できません。
- links(optional): string
「links」問合せパラメータは、レスポンスで返されるリンクを制限するために使用します。リンク関係名のカンマ区切りリストです。存在する場合、一致する関係名を持つリンクのみが返されます。存在しない場合は、すべてのリンクが返されます(「excludeLinks」問合せパラメータが指定されていない場合)。ノート: 「links」が指定されている場合、「excludeLinks」は指定できません。
セキュリティ
- Admin: basic
タイプ:
Basic説明:A user in the Admin security role. - Deployer: basic
タイプ:
Basic説明:A user in the Deployer security role. - Monitor: basic
タイプ:
Basic説明:A user in the Monitor security role. - Operator: basic
タイプ:
Basic説明:A user in the Operator security role.
レスポンス
サポートされているメディア・タイプ
- application/json
200レスポンス
このドメイン・ランタイムを返します。
このメソッドは次のリンクを返すことができます。
- rel=currentDomainPartitionRuntime
ドメイン・パーティション・ランタイム・リソースへのこのリソースのcurrentDomainPartitionRuntime参照。
- rel=domainPartitionRuntimes uri=/management/weblogic/{version}/domainRuntime/domainPartitionRuntimes
このリソースのdomainPartitionRuntimesコレクション・リソース。
- rel=rolloutService uri=/management/weblogic/{version}/domainRuntime/rolloutService
このリソースのrolloutServiceシングルトン・リソース。
- rel=search uri=/management/weblogic/{version}/domainRuntime/search
このリソースのsearchリソース。
- rel=serverRuntimes uri=/management/weblogic/{version}/domainRuntime/serverRuntimes
このリソースのserverRuntimesリソース。
ルート・スキーマ: Domain Runtime
型:
ソースの表示
object- currentDomainPartitionRuntime(optional): array ドメイン・パーティション・ランタイム・リファレンス
タイトル:
Domain Partition Runtime Reference読取り専用:trueドメイン・パーティション・ランタイム・リファレンスを含みます。現在のパーティションのドメイン・パーティション・ランタイムMBeanを返します
- name(optional): string
読取り専用:
trueこのMBeanインスタンスのユーザー定義の名前。
この名前は、MBeanの
javax.management.ObjectNameに、主要なプロパティとして含まれていますName=user-specified-name - type(optional): string
読取り専用:
trueMBeanのタイプを戻します。
制約
- 収集不可
ネストされたスキーマ: Domain Partition Runtime Reference
型:
arrayタイトル:
Domain Partition Runtime Reference読取り専用:
trueドメイン・パーティション・ランタイム・リファレンスを含みます。
ソースの表示
現在のパーティションのドメイン・パーティション・ランタイムMBeanを返します
例
このドメイン・ランタイムを表示します。
この例では、GETメソッドを使用してこのドメイン・ランタイムを表示します。
リクエストの例
curl -v \ --user BUCAdmin:BUCAdmin123 \ -H X-Requested-By:MyClient \ -H Accept:application/json \ -X GET http://localhost:7001/BUC/management/weblogic/latest/domainRuntime
レスポンスの例
HTTP/1.1 200 OK
Response Body:
{
"links": [
{
"rel": "parent",
"href": "http:\//localhost:7001/BUC/management/weblogic/latest"
},
{
"rel": "currentDomainPartitionRuntime",
"href": "http:\//localhost:7001/BUC/management/weblogic/latest/domainRuntime/domainPartitionRuntimes/BUCPartition"
},
{
"rel": "self",
"href": "http:\//localhost:7001/BUC/management/weblogic/latest/domainRuntime"
},
{
"rel": "canonical",
"href": "http:\//localhost:7001/BUC/management/weblogic/latest/domainRuntime"
},
{
"rel": "domainPartitionRuntimes",
"href": "http:\//localhost:7001/BUC/management/weblogic/latest/domainRuntime/domainPartitionRuntimes"
},
{
"rel": "serverRuntimes",
"href": "http:\//localhost:7001/BUC/management/weblogic/latest/domainRuntime/serverRuntimes"
},
{
"rel": "search",
"href": "http:\//localhost:7001/BUC/management/weblogic/latest/domainRuntime/search"
}
],
"identity": [],
"name": "bean",
"type": "DomainRuntime",
"currentDomainPartitionRuntime": [
"domainPartitionRuntimes",
"BUCPartition"
]
}
先頭に戻る