import_custom_charge_items
指定されたファイルからユーザー定義のチャージ・アイテム・メタデータをインポートします。
書式
emcli import_custom_charge_items
-file=file_name
[-validate][ ] indicates that the parameter is optional
オプション
-
file
ユーザー定義チャージ・アイテム・メタデータをインポートするXMLファイルの絶対パス。
-
validate
XMLファイルを検証します。
例
例1
この例では、/home/host.xmlからユーザー定義チャージ・アイテム・メタデータをインポートします。
emcli import_custom_charge_items
-file=/home/host.xml
例2
この例では、/home/host.xmlのユーザー定義チャージ・アイテム・メタデータを検証します。
emcli import_custom_charge_items
-file=-file=/home/host.xml
-validate