delete_charge_item

チャージバックからカスタム・チャージ・アイテムを削除します。

書式

emcli delete_charge_item  
        -target_type="target_type"
        -item_name="item_name"

オプション

  • target_type

    カスタム・チャージ・アイテムと関連付られているターゲット・タイプ。

  • item_name

    削除するカスタム・チャージ・アイテムの名前。

例1

この例では、ターゲット・タイプhostと関連付られているtotal_procという名前のカスタム・チャージ・アイテムを削除します。

emcli delete_charge_item
        -target_type="host"
        -item_name="total_proc" 

例2

この例では、ターゲット・タイプOracle Databaseと関連付られているcustom_configという名前のカスタム・チャージ・アイテムを削除します。

emcli delete_charge_item
        -target_type="oracle_database"
        -item_name="custom_config"