SWITCH_ADD_API(commands_api_interface,"limit_hash_usage","Deprecated: gets the usage count of a limited resource",limit_hash_usage_function,"<realm> <id>");
SWITCH_ADD_API(commands_api_interface,"limit_status","Gets the status of a limit backend",limit_status_function,"<backend>");
SWITCH_ADD_API(commands_api_interface,"limit_reset","Reset the counters of a limit backend",limit_reset_function,"<backend>");
SWITCH_ADD_API(commands_api_interface,"limit_interval_reset","Reset the interval counter for a limited resource",limit_interval_reset_function,LIMIT_INTERVAL_RESET_SYNTAX);