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