Actions

RESTful API: Dropping calls

Revision as of 12:26, 29 November 2017 by Cbilodeau (talk | contribs) (change format to improve readability)

The following use case provide guidance for dropping multiple calls:

Usage Example

tbconfig --port <port> -u <username> -p <password> -d -q "parameter1=value1,parameter2=value2" /call_traces/destroy_all


  • -d flag is used to send a HTTP DELETE request method
  • -q is used to append the argument in the HTTP request

Be careful when sending this command, as a too broad request will drop all active calls.

Reference

Filter parameters reference guide