export_custom_charge_items

Exports user-defined charge item metadata to the specified XML file.

Format

emcli export_custom_charge_items
        -entity_type="entity_type"
        -file=output_file

Options

  • entity_type

    Name of the entity whose charge item metadata you want to export.

  • file

    Full path of the file to which to write user-defined charge items associated with the specified entity type.

Examples

This example writes user-defined charge item metadata associated with the host entity type to the myhost.xml file in the home directory:

emcli export_custom_charge_items
        -entity_type="host"
        -file=/home/myhost.xml