dh usage list¶
任意パラメーター¶
パラメーター名 | データ形式 | デフォルト値 | パラメーター説明 |
---|---|---|---|
--From |
dateTime | beginning of the month | 指定した日付以降の使用状況を表示します。 |
--to |
dateTime | end of the month | 指定した日付までの使用状況を表示します。fromと同じ月を指定する必要があります。 |
--license_type |
String | None | 指定したライセンス種別のゲストイメージの使用状況を表示します。 |
コマンド使用例¶
ecl dh usage list
$ ecl dh usage list
+-------------+-------------+-------+---------+-------------+-----------------+-------------+
| ID | Type | Value | Unit | Name | Has License Key | Resource ID |
+-------------+-------------+-------+---------+-------------+-----------------+-------------+
| b38ca79c- | dedicated- | 6 | License | vCenter | True | 28ebaf1b212 |
| cb85-4232 | hypervisor | | | Server 5.5 | | f4052a1a88d |
| -894a-8e5cc | .guest- | | | Standard | | 27f61deaa3 |
| fb14848 | image | | | | | |
| | .vcenter-se | | | | | |
| | rver-5-5-st | | | | | |
| | andard | | | | | |
+-------------+-------------+-------+---------+-------------+-----------------+-------------+
ecl dh usage list --From <from>
$ ecl dh usage list --From "2016-09-20 00:00:00"
+-------------+-------------+-------+---------+-------------+-----------------+-------------+
| ID | Type | Value | Unit | Name | Has License Key | Resource ID |
+-------------+-------------+-------+---------+-------------+-----------------+-------------+
| b38ca79c- | dedicated- | 9 | License | vCenter | True | 28ebaf1b212 |
| cb85-4232 | hypervisor | | | Server 5.5 | | f4052a1a88d |
| -894a-8e5cc | .guest- | | | Standard | | 27f61deaa3 |
| fb14848 | image | | | | | |
| | .vcenter-se | | | | | |
| | rver-5-5-st | | | | | |
| | andard | | | | | |
+-------------+-------------+-------+---------+-------------+-----------------+-------------+