NAiOS IconNAiOS Logo
Volver al catálogo

Blazemeter

blazemeter

BlazeMeter is a continuous testing platform that enables users to create, run, and analyze performance and functional tests for web and mobile applications.

Acciones
20
Triggers
0
Autenticación
OAuth gestionado
No
Información técnica: el detalle de parámetros, schemas y triggers de esta página está pensado para equipos de integración. Si solo necesitas saber si tu herramienta favorita está disponible, basta con ver la lista de acciones.

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ón

Tool 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

  • cronstringObligatorio

    Cron expression defining when the test should run.

  • testIdinteger

    ID of the single API monitoring test to schedule. Required when scheduling a single test.

  • testCollectionIdinteger

    ID of the multi-test collection to schedule. Required when scheduling a multi-test.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Create Multi TestBLAZEMETER_CREATE_MULTI_TESTAcción

Tool 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

  • namestringObligatorio

    Name of the multi-test to create.

  • projectIdintegerObligatorio

    ID of the project to which this multi-test belongs.

  • collectionTypestring

    Type of multi-test. Must be 'multiV4'.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Create ProjectBLAZEMETER_CREATE_PROJECTAcción

Tool 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

  • namestringObligatorio

    Name of the project

  • descriptionstring

    Optional description of the project

  • workspaceIdstringObligatorio

    ID of the workspace to create the project in

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Create TestBLAZEMETER_CREATE_TESTAcción

Tool to create a new single test within a specified project. use when registering a new performance test via api.

Parámetros de entrada

  • namestringObligatorio

    The name of the new test.

  • projectIdintegerObligatorio

    ID of the BlazeMeter project under which to create this test.

  • configurationobjectObligatorio

    Advanced BlazeMeter configuration settings for the test.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Delete API Monitoring ScheduleBLAZEMETER_DELETE_API_MONITORING_SCHEDULEAcción

Tool 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_idstringObligatorio

    Unique identifier of the test schedule to delete.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get AccountsBLAZEMETER_GET_ACCOUNTSAcción

Tool 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']

  • limitinteger

    Maximum number of accounts to return

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get API Monitoring ScheduleBLAZEMETER_GET_API_MONITORING_SCHEDULEAcción

Tool 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_idstringObligatorio

    Unique identifier of the API monitoring schedule to retrieve

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get API Monitoring SchedulesBLAZEMETER_GET_API_MONITORING_SCHEDULESAcción

Tool 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

  • skipinteger

    Number of schedules to skip for pagination

  • limitinteger

    Maximum number of schedules to return

  • testIdinteger

    Test ID to filter schedules by

  • enabledboolean

    Filter schedules by enabled state

  • accountIdinteger

    Account ID to filter schedules by

  • projectIdinteger

    Project ID to filter schedules by

  • workspaceIdinteger

    Workspace ID to filter schedules by

  • collectionIdinteger

    Collection ID to filter schedules by

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Multi TestBLAZEMETER_GET_MULTI_TESTAcción

Tool 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

  • collectionIdintegerObligatorio

    Unique identifier of the multi-test (collection) to retrieve.

  • populateTestsboolean

    If true, include detailed embedded test objects in the response.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Multi TestsBLAZEMETER_GET_MULTI_TESTSAcción

Tool 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']

  • limitinteger

    Limits the number of multi-tests returned

  • projectIdinteger

    Filter multi-tests by project ID

  • workspaceIdinteger

    Filter multi-tests by workspace ID

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get ProjectsBLAZEMETER_GET_PROJECTSAcción

Tool 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

  • sortstring

    Sort order for returned results, e.g., 'name:asc'

  • limitinteger

    Maximum number of projects to return

  • offsetinteger

    Number of items to skip before starting to collect the result set

  • workspaceIdstringObligatorio

    Workspace ID to list projects from

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get TestsBLAZEMETER_GET_TESTSAcción

Tool 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']

  • limitinteger

    Maximum number of tests to return

  • offsetinteger

    Number of items to skip before starting to collect the result set

  • projectIdstring

    The ID of the project to filter tests.

  • workspaceIdstring

    The ID of the workspace to filter tests.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Test ValidationsBLAZEMETER_GET_TEST_VALIDATIONSAcción

Tool 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

  • testIdintegerObligatorio

    Unique identifier of the test to retrieve validation results for.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get UserBLAZEMETER_GET_USERAcción

Tool 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

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get WorkspacesBLAZEMETER_GET_WORKSPACESAcción

Tool 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

  • enabledboolean

    If true, returns only enabled workspaces; if false, only disabled workspaces

  • accountIdintegerObligatorio

    ID of the account to retrieve workspaces for

  • textFilterstring

    Filter workspaces by name containing this string

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Stop MasterBLAZEMETER_STOP_MASTERAcción

Tool to stop a specific test execution (master) by its id. use when you need to abort a running test.

Parámetros de entrada

  • master_idintegerObligatorio

    Unique identifier of the test execution (Master ID)

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Update API Monitoring ScheduleBLAZEMETER_UPDATE_API_MONITORING_SCHEDULEAcción

Tool 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

  • enabledbooleanObligatorio

    Indicates whether the schedule should be active (true) or inactive (false)

  • schedule_idstringObligatorio

    Unique identifier of the API monitoring schedule to update

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Update TestBLAZEMETER_UPDATE_TESTAcción

Tool 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

  • namestring

    New name for the test.

  • test_idstringObligatorio

    Unique identifier of the test to update.

  • configurationobject

    Configuration settings for updating a BlazeMeter test.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Upload Test FilesBLAZEMETER_UPLOAD_TEST_FILESAcción

Tool 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[]Obligatorio

    List of files to upload

  • testIdstringObligatorio

    Identifier of the test to upload files to

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Validate TestBLAZEMETER_VALIDATE_TESTAcción

Tool 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

  • testIdanyObligatoriouuid

    UUID of the test to validate.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not