GitHub Actions and API Monitoring-related functions

This topic outlines supported API Monitoring functions in GitHub Actions.

Run BlazeMeter API Monitoring test

To run an existing API Monitoring test, configure your YAML file as follows:

Copy
uses: BlazeRunner-BZR/Github-Action@v8
with:
   apiToken: 'xxx'
   runExistingAPITest: 'true'
   triggerUrl: 'xxx'

Run BlazeMeter API Monitoring bucket-level test

To run an existing bucket-level test, configure your YAML file as follows:

Copy
uses: BlazeRunner-BZR/Github-Action@v8
with:
   apiToken: 'xxx'
   runExistingBucketLevelTest: 'true'
   triggerUrl: 'xxx'