Blazemeter
blazemeterBlazeMeter is a continuous testing platform that enables users to create, run, and analyze performance and functional tests for web and mobile applications.
Acciones disponibles (20)
Cada acción es una operación que el agente puede ejecutar contra este conector. Haz clic en una acción para ver sus parámetros.
Create API Monitoring ScheduleBLAZEMETER_CREATE_API_MONITORING_SCHEDULEAcciónTool to create a new schedule for running api monitoring tests. use when you need to automate test runs at defined intervals after determining the correct cron expression and test or collection id.
BLAZEMETER_CREATE_API_MONITORING_SCHEDULEAcciónTool to create a new schedule for running api monitoring tests. use when you need to automate test runs at defined intervals after determining the correct cron expression and test or collection id.
Parámetros de entrada
cronstringObligatorioCron expression defining when the test should run.
testIdintegerID of the single API monitoring test to schedule. Required when scheduling a single test.
testCollectionIdintegerID of the multi-test collection to schedule. Required when scheduling a multi-test.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create Multi TestBLAZEMETER_CREATE_MULTI_TESTAcciónTool to create a new multi-test within a specified project. use after confirming the project id. example: "create a multi-test named 'load-test' in project 12345."
BLAZEMETER_CREATE_MULTI_TESTAcciónTool to create a new multi-test within a specified project. use after confirming the project id. example: "create a multi-test named 'load-test' in project 12345."
Parámetros de entrada
namestringObligatorioName of the multi-test to create.
projectIdintegerObligatorioID of the project to which this multi-test belongs.
collectionTypestringType of multi-test. Must be 'multiV4'.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create ProjectBLAZEMETER_CREATE_PROJECTAcciónTool to create a new project. use when you need to initialize a project in a specific workspace. use after confirming the workspace id.
BLAZEMETER_CREATE_PROJECTAcciónTool to create a new project. use when you need to initialize a project in a specific workspace. use after confirming the workspace id.
Parámetros de entrada
namestringObligatorioName of the project
descriptionstringOptional description of the project
workspaceIdstringObligatorioID of the workspace to create the project in
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create TestBLAZEMETER_CREATE_TESTAcciónTool to create a new single test within a specified project. use when registering a new performance test via api.
BLAZEMETER_CREATE_TESTAcciónTool to create a new single test within a specified project. use when registering a new performance test via api.
Parámetros de entrada
namestringObligatorioThe name of the new test.
projectIdintegerObligatorioID of the BlazeMeter project under which to create this test.
configurationobjectObligatorioAdvanced BlazeMeter configuration settings for the test.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete API Monitoring ScheduleBLAZEMETER_DELETE_API_MONITORING_SCHEDULEAcciónTool to delete a specific test schedule by its id. use when you need to remove a scheduled test by its unique schedule identifier.
BLAZEMETER_DELETE_API_MONITORING_SCHEDULEAcciónTool to delete a specific test schedule by its id. use when you need to remove a scheduled test by its unique schedule identifier.
Parámetros de entrada
schedule_idstringObligatorioUnique identifier of the test schedule to delete.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get AccountsBLAZEMETER_GET_ACCOUNTSAcciónTool to retrieve a list of accounts associated with the authenticated user. use after confirming valid authentication.
BLAZEMETER_GET_ACCOUNTSAcciónTool to retrieve a list of accounts associated with the authenticated user. use after confirming valid authentication.
Parámetros de entrada
sortstring[]Sort order for returned accounts, e.g. ['name', '-created']
limitintegerMaximum number of accounts to return
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get API Monitoring ScheduleBLAZEMETER_GET_API_MONITORING_SCHEDULEAcciónTool to retrieve details of a specific api monitoring schedule by its id. use when you need to inspect the configuration or timing of an existing schedule.
BLAZEMETER_GET_API_MONITORING_SCHEDULEAcciónTool to retrieve details of a specific api monitoring schedule by its id. use when you need to inspect the configuration or timing of an existing schedule.
Parámetros de entrada
schedule_idstringObligatorioUnique identifier of the API monitoring schedule to retrieve
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get API Monitoring SchedulesBLAZEMETER_GET_API_MONITORING_SCHEDULESAcciónTool to retrieve a list of all test schedules in your account. use when you need to enumerate existing schedules to manage or review them.
BLAZEMETER_GET_API_MONITORING_SCHEDULESAcciónTool to retrieve a list of all test schedules in your account. use when you need to enumerate existing schedules to manage or review them.
Parámetros de entrada
skipintegerNumber of schedules to skip for pagination
limitintegerMaximum number of schedules to return
testIdintegerTest ID to filter schedules by
enabledbooleanFilter schedules by enabled state
accountIdintegerAccount ID to filter schedules by
projectIdintegerProject ID to filter schedules by
workspaceIdintegerWorkspace ID to filter schedules by
collectionIdintegerCollection ID to filter schedules by
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Multi TestBLAZEMETER_GET_MULTI_TESTAcciónTool to retrieve details of a specific multi-test. use after creating or listing multi-tests when you need full configuration and status. minimal example: "get multi-test 12345678 with populated tests."
BLAZEMETER_GET_MULTI_TESTAcciónTool to retrieve details of a specific multi-test. use after creating or listing multi-tests when you need full configuration and status. minimal example: "get multi-test 12345678 with populated tests."
Parámetros de entrada
collectionIdintegerObligatorioUnique identifier of the multi-test (collection) to retrieve.
populateTestsbooleanIf true, include detailed embedded test objects in the response.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Multi TestsBLAZEMETER_GET_MULTI_TESTSAcciónTool to retrieve a list of multi-tests within a specified project or workspace. use when you need to enumerate available multi-tests by specifying a project or workspace id.
BLAZEMETER_GET_MULTI_TESTSAcciónTool to retrieve a list of multi-tests within a specified project or workspace. use when you need to enumerate available multi-tests by specifying a project or workspace id.
Parámetros de entrada
sortstring[]Sorting criteria, e.g., ['name:asc']
limitintegerLimits the number of multi-tests returned
projectIdintegerFilter multi-tests by project ID
workspaceIdintegerFilter multi-tests by workspace ID
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get ProjectsBLAZEMETER_GET_PROJECTSAcciónTool to retrieve a list of projects within a specified workspace. use when you need to enumerate or page through projects under a given workspace.
BLAZEMETER_GET_PROJECTSAcciónTool to retrieve a list of projects within a specified workspace. use when you need to enumerate or page through projects under a given workspace.
Parámetros de entrada
sortstringSort order for returned results, e.g., 'name:asc'
limitintegerMaximum number of projects to return
offsetintegerNumber of items to skip before starting to collect the result set
workspaceIdstringObligatorioWorkspace ID to list projects from
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get TestsBLAZEMETER_GET_TESTSAcciónTool to retrieve a list of single tests within a specified project or workspace. use when you need to list tests after organizing them. example: "get tests for projectid=prj-5678".
BLAZEMETER_GET_TESTSAcciónTool to retrieve a list of single tests within a specified project or workspace. use when you need to list tests after organizing them. example: "get tests for projectid=prj-5678".
Parámetros de entrada
sortstring[]Sorting criteria for the results, as an array of strings. Each element should be '<field>,<direction>' e.g., ['name,asc','created,desc']
limitintegerMaximum number of tests to return
offsetintegerNumber of items to skip before starting to collect the result set
projectIdstringThe ID of the project to filter tests.
workspaceIdstringThe ID of the workspace to filter tests.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Test ValidationsBLAZEMETER_GET_TEST_VALIDATIONSAcciónTool to retrieve validation results for a specific test by its id. use after uploading or modifying test files to confirm file validation status.
BLAZEMETER_GET_TEST_VALIDATIONSAcciónTool to retrieve validation results for a specific test by its id. use after uploading or modifying test files to confirm file validation status.
Parámetros de entrada
testIdintegerObligatorioUnique identifier of the test to retrieve validation results for.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get UserBLAZEMETER_GET_USERAcciónTool to retrieve information about the authenticated user. use when you need the current user's profile and have valid authentication.
BLAZEMETER_GET_USERAcciónTool to retrieve information about the authenticated user. use when you need the current user's profile and have valid authentication.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get WorkspacesBLAZEMETER_GET_WORKSPACESAcciónTool to retrieve a list of workspaces for a specified account. use when you need to list or filter workspaces by account, status, or name.
BLAZEMETER_GET_WORKSPACESAcciónTool to retrieve a list of workspaces for a specified account. use when you need to list or filter workspaces by account, status, or name.
Parámetros de entrada
enabledbooleanIf true, returns only enabled workspaces; if false, only disabled workspaces
accountIdintegerObligatorioID of the account to retrieve workspaces for
textFilterstringFilter workspaces by name containing this string
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Stop MasterBLAZEMETER_STOP_MASTERAcciónTool to stop a specific test execution (master) by its id. use when you need to abort a running test.
BLAZEMETER_STOP_MASTERAcciónTool to stop a specific test execution (master) by its id. use when you need to abort a running test.
Parámetros de entrada
master_idintegerObligatorioUnique identifier of the test execution (Master ID)
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update API Monitoring ScheduleBLAZEMETER_UPDATE_API_MONITORING_SCHEDULEAcciónTool to update the configuration of an existing api monitoring schedule. use when you need to enable or disable a schedule after confirming its id.
BLAZEMETER_UPDATE_API_MONITORING_SCHEDULEAcciónTool to update the configuration of an existing api monitoring schedule. use when you need to enable or disable a schedule after confirming its id.
Parámetros de entrada
enabledbooleanObligatorioIndicates whether the schedule should be active (true) or inactive (false)
schedule_idstringObligatorioUnique identifier of the API monitoring schedule to update
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update TestBLAZEMETER_UPDATE_TESTAcciónTool to update details of a specific test by its id. use when you need to modify test configuration or name of an existing test after confirming its id. example: "update the test name to 'loadtest' for test with id '12345'."
BLAZEMETER_UPDATE_TESTAcciónTool to update details of a specific test by its id. use when you need to modify test configuration or name of an existing test after confirming its id. example: "update the test name to 'loadtest' for test with id '12345'."
Parámetros de entrada
namestringNew name for the test.
test_idstringObligatorioUnique identifier of the test to update.
configurationobjectConfiguration settings for updating a BlazeMeter test.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Upload Test FilesBLAZEMETER_UPLOAD_TEST_FILESAcciónTool to upload files to a specific test by its id. use after creating or selecting a test to attach scripts or resources before execution.
BLAZEMETER_UPLOAD_TEST_FILESAcciónTool to upload files to a specific test by its id. use after creating or selecting a test to attach scripts or resources before execution.
Parámetros de entrada
filesobject[]ObligatorioList of files to upload
testIdstringObligatorioIdentifier of the test to upload files to
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Validate TestBLAZEMETER_VALIDATE_TESTAcciónTool to validate a specific test by its id. use after creating or updating a test to ensure its configuration is valid.
BLAZEMETER_VALIDATE_TESTAcciónTool to validate a specific test by its id. use after creating or updating a test to ensure its configuration is valid.
Parámetros de entrada
testIdanyObligatoriouuidUUID of the test to validate.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not