分散収容グループを確認
注意事項
・なし
リクエスト
・リクエストパラメータ
Parameter Name | Description | Required |
---|
・リクエストサンプル
$ ./kick_api.sh command=listDistributionGroups
レスポンス
・レスポンスボディ
Response Name
|
Description
|
---|---|
name | distribution group name |
・レスポンスサンプル
【コマンド実行結果】
<?xml version=”1.0″ encoding=”UTF-8″ standalone=”yes”?>
<listdistributiongroupsresponse cloud-stack-version=”4.3.0.2″>
<count>2</count>
<distributiongroup>
<name>GROUP1</name>
</distributiongroup>
<distributiongroup>
<name>GROUP2</name>
</distributiongroup>
</listdistributiongroupsresponse>