このアプリケーション・デプロイメント・ランタイムの表示
get
/management/weblogic/{version}/domainRuntime/domainPartitionRuntimes/{name}/deploymentManager/appDeploymentRuntimes/{name}
このアプリケーション・デプロイメント・ランタイムを表示します。
リクエスト
パス・パラメータ
- name: string
コレクション内のインスタンスのnameプロパティ。
- 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=action title=getState uri=/management/weblogic/{version}/domainRuntime/domainPartitionRuntimes/{name}/deploymentManager/appDeploymentRuntimes/{name}/getState
このリソースのgetStateアクション・リソース。
- rel=action title=redeploy uri=/management/weblogic/{version}/domainRuntime/domainPartitionRuntimes/{name}/deploymentManager/appDeploymentRuntimes/{name}/redeploy
このリソースのredeployアクション・リソース。
- rel=action title=start uri=/management/weblogic/{version}/domainRuntime/domainPartitionRuntimes/{name}/deploymentManager/appDeploymentRuntimes/{name}/start
このリソースのstartアクション・リソース。
- rel=action title=stop uri=/management/weblogic/{version}/domainRuntime/domainPartitionRuntimes/{name}/deploymentManager/appDeploymentRuntimes/{name}/stop
このリソースのstopアクション・リソース。
- rel=action title=undeploy uri=/management/weblogic/{version}/domainRuntime/domainPartitionRuntimes/{name}/deploymentManager/appDeploymentRuntimes/{name}/undeploy
このリソースのundeployアクション・リソース。
- rel=action title=update uri=/management/weblogic/{version}/domainRuntime/domainPartitionRuntimes/{name}/deploymentManager/appDeploymentRuntimes/{name}/update
このリソースのupdateアクション・リソース。
ルート・スキーマ: App Deployment Runtime
型:
ソースの表示
object
- applicationName(optional): string
読取り専用:
true
アプリケーションの名前。
制約
- 収集不可
- applicationVersion(optional): string
読取り専用:
true
アプリケーションのバージョン識別子。
制約
- 収集不可
- modules(optional): array 項目
タイトル:
Items
読取り専用:true
アプリケーションのモジュールのリスト。これらのモジュールは、モジュール・レベルのターゲット指定で使用できます。
- name(optional): string
読取り専用:
true
この構成の名前。WebLogic ServerはMBeanを使用して構成を実装および永続化します。
制約
- 収集不可
- partitionName(optional): string
読取り専用:
true
アプリケーションを含むパーティションの名前。
制約
- 収集不可
- type(optional): string
読取り専用:
true
MBeanのタイプを戻します。
制約
- 収集不可
ネストされたスキーマ: Items
型:
array
タイトル:
Items
読取り専用:
true
アプリケーションのモジュールのリスト。これらのモジュールは、モジュール・レベルのターゲット指定で使用できます。