アプリケーション設定パラメータを取得します
/api/v2/app/config?app=application&vdc=controller-name
アプリケーションの名前
ターゲットの仮想データ センターの名前
このコマンドで使用可能なオプションの詳細については、「コマンド ライン シェル リファレンス」の「アプリケーション制御」を参照してください。
同期
GET
アプリケーション test の設定パラメータを取得します。
GET http://192.168.123.200/api/v2/app/config?app=test&vdc=mygrid
<config> <name>test</name> <__description>Virtual Dedicated Server - Based on CentOS 5.1 (v1.0.14-1)</__description> <__doc_url>http://doc.3tera.net/AppLogic27/RefAppsVdsLinux.html</__doc_url> <__template>0</__template> </config>
{
"__doc_url" : "http://doc.3tera.net/AppLogic27/RefAppsVdsLinux.html",
"__template" : "0",
"__description" : "Virtual Dedicated Server - Based on CentOS 5.1 (v1.0.14-1)",
"name" : "test"
}
エンティティ vdc mygrid が見つかりません。WS_API アプリケーションに設定されていない VDC 名が指定されました。
必要な引数(app)がありません。リクエストに引数 app=app がありません。
アプリケーション test は存在しません。リクエストに無効なアプリケーション名が指定されました。
|
Copyright © 2013 CA.
All rights reserved.
|
|