remove_chargeback_entity

Removes the given entity from Chargeback.

Format

remove_chargeback_entity 
     -entity_name="eName" 
     -entity_type="eType" 
     -[ entity_guid="entity guid" ] 

[ ]  indicates that the parameter is optional

Options

  • entity_name

    Name of the entity to be removed from Chargeback.

  • entity_type

    Type of entity to be removed from Chargeback.

  • entity_guid

    guid of the entity to be removed to Chargeback.

    When more than one entity is active in Chargeback with the given entity name and entity type, the command lists all such entities with additional details such as creation date, parent entity name, entity guid, and so forth to choose the correct entity. Select the correct entity from the given list and execute the command again with entity guid as the parameter instead of entity name and entity type.

Examples

This example removes "db1", an oracle_database entity, from Chargeback.

emcli remove_chargeback_entity -entity_name="db1" -entity_type="oracle_database"