グローバル カタログのリストを取得します。
/api/v1/cat/list?vdc=controller-name
ターゲットの仮想データ センターの名前
同期
GET
カタログのリストを取得します。
GET http://192.168.123.200/api/v1/cat/list?vdc=mygrid
<opt> <catalog dynamic> <description></description> </catalog dynamic> <catalog filer> <description></description> </catalog filer> <catalog system> <description></description> </catalog system> <catalog user> <description></description> </catalog user> </opt>
{
"catalog user" : {
"description" : ""
},
"catalog filer" : {
"description" : ""
},
"catalog system" : {
"description" : ""
},
"catalog dynamic" : {
"description" : ""
}
}
エンティティ vdc mygrid が見つかりません。WS_API アプリケーションに設定されていない VDC 名が指定されました。
| Copyright © 2012 CA. All rights reserved. |
|