API access allows test plans to be scripted.

  • Provides a POST API endpoint to script running tests.
  • Starting a test in this mode will display just like all other load tests.
  • These tests can be cloned or setup via Jenkins as well.
  • API Key is passed to the request for auth.
    • To use the API, you must include an HTTP header of X-Redline-Auth indicating you your API Key.
  • The API is documented here https://www.redline13.com/ApiDoc/LoadTest/Post
    • For POST calls, be sure to include an HTTP header of Content-Type: application/x-www-form-urlencoded.
    • All parameters are documented
    • Screen Shot 2015-01-24 at 2.06.03 AM

Setting up API Key 

  • After Login navigate to Account->API Keys
    • Screen Shot 2015-01-24 at 2.04.07 AM
  • Select Generate
    • Screen Shot 2015-01-24 at 2.04.31 AM
  • Your key will be made available to you immediately.
    • Screen Shot 2015-01-24 at 2.09.33 AM