DEVELOPER · DEVELOPER
Performance and functional tests, runs, and reports they can already reach.
Each user connects their own account. Every call carries both identities — the agent and the person it is acting for — so the agent can never reach past what that individual can already do.
Tokens live in the vault and attach server-side at call time. The agent holds a session, not a secret, and revoking access does not mean rotating a key.
Who asked, which agent acted, which action ran, and the verdict that let it through — one audit trail across every integration, not one per vendor.
Each action is granted on its own. An agent allowed to read is not thereby allowed to write, and the scope beside each row is what the acting user must have connected for it to run at all.
blazemeter_delete_api_v1_tags_by_tagidWRITETo delete a tag, you need to know the tag identifier. The sample code uses a tagId of 888 . Use the actual ID value of your tag. via DELETE https://mock.blazemeter.com/api/v1/tags/{tagId}
blazemeter_delete_api_v1_workspaces_by_workspaceid_assets_by_assetidWRITETo delete a Data Model from your workspace, you need to know your workspace identifier and the Data Model identifier. The sample code uses a dataModelId of 09af09af-09af-09af-09af-09af09af09af and a workspaceId of 123456 . Use the actual ID value of your workspace. via DELETE https://ar.blazemeter.com/api/v1/workspaces/{workspaceId}/assets/{assetId}
blazemeter_delete_api_v1_workspaces_by_workspaceid_service_mock_templates_by_servicemocktemplateidWRITETo delete a virtual service template, you need to know your workspace identifier and the virtual service template identifier. The sample code uses a serviceMockTemplateId of 8 and a workspaceId of 123456 . Use the actual ID values of your workspace and virtual service template. via DELETE https://mock.blazemeter.com/api/v1/workspaces/{workspaceId}/service-mock-templates/{servicemocktemplateId}
blazemeter_delete_api_v1_workspaces_by_workspaceid_service_mocks_by_servicemockidWRITETo delete a virtual service, you need to know your workspace identifier and the virtual service identifier. The sample code uses a servicevirtualId of 1234 and a workspaceId of 123456 . Use the actual ID values of your workspace and virtual service. via DELETE https://mock.blazemeter.com/api/v1/workspaces/{workspaceId}/service-mocks/{servicemockId}
blazemeter_delete_api_v1_workspaces_by_workspaceid_transactions_by_transactionidWRITETo delete a transaction, you need to know the transaction identifier and your workspace identifier. The sample code uses a transactionId of 888 and a workspaceId of 123456 . Use the actual ID value of your transaction. via DELETE https://mock.blazemeter.com/api/v1/workspaces/{workspaceId}/transactions/{transactionId}
blazemeter_delete_api_v4_analyzer_by_analyzeridWRITEDelete log analysis via DELETE https://a.blazemeter.com/api/v4/analyzer/{analyzerId}
blazemeter_delete_api_v4_folders_by_folderidWRITEDelete a shared folder via DELETE https://a.blazemeter.com/api/v4/folders/{folderId}
blazemeter_delete_api_v4_masters_by_masterid_public_tokenWRITEDelete a public token via DELETE https://a.blazemeter.com/api/v4/masters/{masterId}/public-token
blazemeter_delete_api_v4_multi_tests_by_multitestidWRITEDelete a test suite via DELETE https://a.blazemeter.com/api/v4/multi-tests/{multitestId}
blazemeter_delete_api_v4_private_locations_by_harboridWRITEDelete a private location via DELETE https://a.blazemeter.com/api/v4/private-locations/{harborId}
blazemeter_delete_api_v4_private_locations_by_harborid_servers_by_shipidWRITEDelete an agent via DELETE https://a.blazemeter.com/api/v4/private-locations/{harborId}/servers/{shipId}
blazemeter_delete_api_v4_private_locations_by_harborid_workspaces_by_workspaceidWRITEDelete a workspace in private location via DELETE https://a.blazemeter.com/api/v4/private-locations/{harborId}/workspaces/{workspaceId}
blazemeter_delete_api_v4_projects_by_projectidWRITEDelete a project via DELETE https://a.blazemeter.com/api/v4/projects/{projectId}
blazemeter_delete_api_v4_schedules_by_scheduleidWRITEDelete a schedule via DELETE https://a.blazemeter.com/api/v4/schedules/{scheduleId}
blazemeter_delete_api_v4_tests_by_testidWRITEDelete a test via DELETE https://a.blazemeter.com/api/v4/tests/{testId}
blazemeter_delete_api_v4_workspaces_by_workspaceid_tags_by_tagidWRITETo delete a tag, you need to know the tag identifier. The sample code uses a tagId of 888 and a workspaceId of 123456 . Use the actual ID value of your tag and workspace. via DELETE https://a.blazemeter.com/api/v4/workspaces/{workspaceId}/tags/{tagId}
blazemeter_get_api_v1_generator_cardissuersREADWhen creating a Data Model to generate test data, it is helpful to view the list of card issuers. Alternatively, you can also use Seed lists and Data Generator functions to generate test data, or a combination of all three. via GET https://tdm.blazemeter.com/api/v1/generator/cardIssuers
blazemeter_get_api_v1_generator_functionsREADWhen creating a Data Model to generate test data, it is helpful to view the list of Data Generator functions. Alternatively, you can also use Seed lists and Card issuers to generate test data, or a combination of all three. via GET https://tdm.blazemeter.com/api/v1/generator/functions
blazemeter_get_api_v1_generator_seedlistsREADWhen creating a Data Model to generate test data, it is helpful to view the list of seed lists. Seed lists are provided files that contain sample text such as names of countries, persons, streets, banks, months and weekdays, and so on, that you can use as test data. Alternatively, you can also use Data Generator functions and Card issuers functions to generate test data, or a combination of all three. via GET https://tdm.blazemeter.com/api/v1/generator/seedlists
blazemeter_get_api_v1_tagsREADYou can use tags when you search and filter transactions or Services. via GET https://mock.blazemeter.com/api/v1/tags
blazemeter_get_api_v1_tags_by_tagidREADTo get a tag, you need to know either the tag identifier or its name. The sample code uses a tagId of 888 . Use the actual ID values of your tag. via GET https://mock.blazemeter.com/api/v1/tags/{tagId}
blazemeter_get_api_v1_tags_name_by_nameREADTo get a tag, you need to know either the tag name or its identifier. The sample code uses a name of pay . Use the actual name of your tag. via GET https://mock.blazemeter.com/api/v1/tags/name/{name}
blazemeter_get_api_v1_userREADYou can get information about the currently logged-in user, such as name, email address, account and workspace identifiers, roles, and URLs. via GET https://mock.blazemeter.com/api/v1/user
blazemeter_get_api_v1_workspaces_by_workspaceid_assetsREADTo get details about all Data Models, you need to know your workspace identifier. The sample code uses a workspaceId of 123456 . Use the actual ID values of your workspace. via GET https://ar.blazemeter.com/api/v1/workspaces/{workspaceId}/assets
blazemeter_get_api_v1_workspaces_by_workspaceid_datamodels_by_datamodelidREADTo get details about an existing Data Model, you need to know your workspace identifier and the Data Model identifier. The sample code uses a dataModelId of 55 and a workspaceId of 123456 . Use the actual ID values of your workspace and Data Model. via GET https://tdm.blazemeter.com/api/v1/workspaces/{workspaceId}/datamodels/{datamodelId}
blazemeter_get_api_v1_workspaces_by_workspaceid_locationsREADTo get the location of your workspace, you need to know your workspace identifier. The sample code uses a workspaceId of 123456 . Use the actual ID value of your workspace. via GET https://mock.blazemeter.com/api/v1/workspaces/{workspaceId}/locations
blazemeter_get_api_v1_workspaces_by_workspaceid_service_mock_templatesREADTo get all virtual service templates, you need to know your workspace identifier and the service identifier. The sample code uses a serviceId of 123 and a workspaceId of 123456 . Use the actual ID values of your workspace and service. via GET https://mock.blazemeter.com/api/v1/workspaces/{workspaceId}/service-mock-templates
blazemeter_get_api_v1_workspaces_by_workspaceid_service_mock_templates_by_servicemocktemplateidREADTo get a virtual service template, you need to know your workspace identifier and the virtual service template identifier. The sample code uses a serviceMockTemplateId of 8 and a workspaceId of 123456 . Use the actual ID values of your workspace and virtual service template. via GET https://mock.blazemeter.com/api/v1/workspaces/{workspaceId}/service-mock-templates/{servicemocktemplateId}
blazemeter_get_api_v1_workspaces_by_workspaceid_service_mocksREADTo get all virtual services, you need to know your workspace identifier and the Service identifier. The sample code uses a serviceId of 123 and a workspaceId of 123456 . Use the actual ID values of your workspace and Service. via GET https://mock.blazemeter.com/api/v1/workspaces/{workspaceId}/service-mocks
blazemeter_get_api_v1_workspaces_by_workspaceid_service_mocks_by_servicemockidREADTo get a virtual service, you need to know your workspace identifier and the virtual service identifier. The sample code uses a servicevirtualId of 1234 and a workspaceId of 123456 . Use the actual ID values of your workspace and virtual service. via GET https://mock.blazemeter.com/api/v1/workspaces/{workspaceId}/service-mocks/{servicemockId}
blazemeter_get_api_v1_workspaces_by_workspaceid_service_mocks_by_servicemockid_configureREADTo configure or reconfigure an existing virtual service, you need to know your workspace identifier and the virtual service identifier. The sample code uses a serviceMockId of 1234 and a workspaceId of 123456 . Use the actual ID values of your workspace and virtual service. via GET https://mock.blazemeter.com/api/v1/workspaces/{workspaceId}/service-mocks/{servicemockId}/configure
blazemeter_get_api_v1_workspaces_by_workspaceid_service_mocks_by_servicemockid_deployREADUse this request to deploy a container based on the virtual service if it has not already been deployed. via GET https://mock.blazemeter.com/api/v1/workspaces/{workspaceId}/service-mocks/{servicemockId}/deploy
blazemeter_get_api_v1_workspaces_by_workspaceid_service_mocks_by_servicemockid_logREADTo request a log snapshot of a virtual service, you need to know your workspace identifier and the virtual service identifier. The sample code uses a serviceMockId of 1234 and a workspaceId of 123456 . Use the actual ID values of your workspace and virtual service. via GET https://mock.blazemeter.com/api/v1/workspaces/{workspaceId}/service-mocks/{servicemockId}/log
blazemeter_get_api_v1_workspaces_by_workspaceid_service_mocks_by_servicemockid_stopREADTo stop a virtual service, you need to know your workspace identifier and the virtual service identifier. The sample code uses a serviceMockId of 1234 and a workspaceId of 123456 . Use the actual ID values of your workspace and virtual service. via GET https://mock.blazemeter.com/api/v1/workspaces/{workspaceId}/service-mocks/{servicemockId}/stop
blazemeter_get_api_v1_workspaces_by_workspaceid_servicesREADTo get all services of a workspace, you need to know your workspace identifier. The sample code uses a workspaceId of 123456 . Use the actual ID value of your workspace. via GET https://mock.blazemeter.com/api/v1/workspaces/{workspaceId}/services
blazemeter_get_api_v1_workspaces_by_workspaceid_services_by_serviceidREADTo get a service of your workspace, you need to know your workspace identifier and the Service identifier. The sample code uses a serviceId of 123 and a workspaceId of 123456 . Use the actual ID values of your workspace and Service. via GET https://mock.blazemeter.com/api/v1/workspaces/{workspaceId}/services/{serviceId}
blazemeter_get_api_v1_workspaces_by_workspaceid_transactionsREADTo get all transactions within a Service, you need to know your workspace identifier and the service identifier. The sample code uses a serviceId of 123 and a workspaceId of 123456 . Use the actual ID values of your workspace and Service. via GET https://mock.blazemeter.com/api/v1/workspaces/{workspaceId}/transactions
blazemeter_get_api_v1_workspaces_by_workspaceid_transactions_by_transactionidREADTo get a transaction, you need to know your workspace identifier and the transaction identifier. The sample code uses a transactionId of 77 and a workspaceId of 123456 . Use the actual ID values of your workspace and virtual service template. via GET https://mock.blazemeter.com/api/v1/workspaces/{workspaceId}/transactions/{transactionId}
blazemeter_get_api_v1_workspaces_by_workspaceid_transactions_conflictsREADTo get all conflicting transactions from a service, you need to know your workspace identifier. The sample code uses a workspaceId of 123456 . Use the actual ID values of your workspace and service. via GET https://mock.blazemeter.com/api/v1/workspaces/{workspaceId}/transactions/conflicts
blazemeter_get_api_v4_accounts_by_accountid_functionalitiesREADAccount functionalities list via GET https://a.blazemeter.com/api/v4/accounts/{accountId}/functionalities
blazemeter_get_api_v4_accounts_by_accountid_invitationsREADAll timestamps are in UNIX Epoch time . via GET https://a.blazemeter.com/api/v4/accounts/{accountId}/invitations
blazemeter_get_api_v4_accounts_by_accountid_usersREADAccount user list via GET https://a.blazemeter.com/api/v4/accounts/{accountId}/users
blazemeter_get_api_v4_accounts_by_accountid_users_with_permissionsREADList users with permissions (GET /api/v4/accounts/{accountId}/users-with-permissions) via GET https://a.blazemeter.com/api/v4/accounts/{accountId}/users-with-permissions
blazemeter_get_api_v4_accounts_by_accountid_users_with_permissions_diffREADList users with permissions (GET /api/v4/accounts/{accountId}/users-with-permissions/diff) via GET https://a.blazemeter.com/api/v4/accounts/{accountId}/users-with-permissions/diff
blazemeter_get_api_v4_accounts_by_accountid_utilization_reportREADAccount engine utilization report via GET https://a.blazemeter.com/api/v4/accounts/{accountId}/utilization-report
blazemeter_get_api_v4_analyzer_by_analyzeridREADTrack log analysis progress via GET https://a.blazemeter.com/api/v4/analyzer/{analyzerId}
blazemeter_get_api_v4_collections_by_collectionid_s3_signREADTo upload or update an asset file, first get a signed URL , and then use it to upload the file . via GET https://a.blazemeter.com/api/v4/collections/{collectionId}/s3/sign
blazemeter_get_api_v4_foldersREADList shared folders via GET https://a.blazemeter.com/api/v4/folders
blazemeter_get_api_v4_folders_by_folderidREADShared folder details via GET https://a.blazemeter.com/api/v4/folders/{folderId}
blazemeter_get_api_v4_folders_by_folderid_filesREADList shared folder files via GET https://a.blazemeter.com/api/v4/folders/{folderId}/files
blazemeter_get_api_v4_folders_by_folderid_s3_signREADTo upload or update an asset file, first get a signed URL , and then use it to upload the file . via GET https://a.blazemeter.com/api/v4/folders/{folderId}/s3/sign
blazemeter_get_api_v4_mastersREADList masters via GET https://a.blazemeter.com/api/v4/masters
blazemeter_get_api_v4_masters_by_masteridREADMaster details via GET https://a.blazemeter.com/api/v4/masters/{masterId}
blazemeter_get_api_v4_masters_by_masterid_kpi_valuesREADTo draw graphs of key performance indicators (KPIs), first determine which KPIs are available and then retrieve the details for each KPI . via GET https://a.blazemeter.com/api/v4/masters/{masterId}/kpi-values
blazemeter_get_api_v4_masters_by_masterid_reports_aggregatereport_dataREADFor the Summary Statistics , Requests Statistics , Error Statistics , Threshold Statistics and Time-Series Data you have options to narrow down the view of data to 1 or more scenarios, 1 or more locations, and/or a time range. via GET https://a.blazemeter.com/api/v4/masters/{masterId}/reports/aggregatereport/data
blazemeter_get_api_v4_masters_by_masterid_reports_default_summaryREADSummary statistics via GET https://a.blazemeter.com/api/v4/masters/{masterId}/reports/default/summary
blazemeter_get_api_v4_masters_by_masterid_reports_errorsreport_dataREADError statistics via GET https://a.blazemeter.com/api/v4/masters/{masterId}/reports/errorsreport/data
blazemeter_get_api_v4_masters_by_masterid_reports_functional_groupsREADAPI Functional summary statistics via GET https://a.blazemeter.com/api/v4/masters/{masterId}/reports/functional/groups
blazemeter_get_api_v4_masters_by_masterid_reports_functional_groups_by_groupidREADAPI Functional full report via GET https://a.blazemeter.com/api/v4/masters/{masterId}/reports/functional/groups/{groupId}
blazemeter_get_api_v4_masters_by_masterid_reports_thresholdsREADThresholds statistics via GET https://a.blazemeter.com/api/v4/masters/{masterId}/reports/thresholds
blazemeter_get_api_v4_masters_by_masterid_reports_timeline_kpisREADTo draw graphs of key performance indicators (KPIs), first determine which KPIs are available and then retrieve the details for each KPI . via GET https://a.blazemeter.com/api/v4/masters/{masterId}/reports/timeline/kpis
blazemeter_get_api_v4_masters_by_masterid_statusREADTrack status of a test run via GET https://a.blazemeter.com/api/v4/masters/{masterId}/status
blazemeter_get_api_v4_masters_by_masterid_test_suite_summaryREADTest suite summary via GET https://a.blazemeter.com/api/v4/masters/{masterId}/test-suite-summary
blazemeter_get_api_v4_masters_by_masterid_xbt_scenarios_summaryREADGUI Functional scenarios summary via GET https://a.blazemeter.com/api/v4/masters/{masterId}/xbt-scenarios-summary
blazemeter_get_api_v4_masters_by_masterid_xbt_summaryREADGUI Functional summary statistics via GET https://a.blazemeter.com/api/v4/masters/{masterId}/xbt-summary
blazemeter_get_api_v4_multi_testsREADList multi-tests via GET https://a.blazemeter.com/api/v4/multi-tests
blazemeter_get_api_v4_multi_tests_by_multitestidREADTest suite details via GET https://a.blazemeter.com/api/v4/multi-tests/{multitestId}
blazemeter_get_api_v4_multi_tests_by_multitestid_filesREADList data files via GET https://a.blazemeter.com/api/v4/multi-tests/{multitestId}/files
blazemeter_get_api_v4_private_locationsREADList private locations via GET https://a.blazemeter.com/api/v4/private-locations
blazemeter_get_api_v4_private_locations_browsersREADList private locations supported browsers via GET https://a.blazemeter.com/api/v4/private-locations/browsers
blazemeter_get_api_v4_private_locations_by_harboridREADPrivate location details via GET https://a.blazemeter.com/api/v4/private-locations/{harborId}
blazemeter_get_api_v4_private_locations_by_harborid_serversREADList agents via GET https://a.blazemeter.com/api/v4/private-locations/{harborId}/servers
blazemeter_get_api_v4_private_locations_by_harborid_servers_by_shipidREADAgent details via GET https://a.blazemeter.com/api/v4/private-locations/{harborId}/servers/{shipId}
blazemeter_get_api_v4_private_locations_by_harborid_ships_by_shipid_versionsREADPrivate location image versions via GET https://a.blazemeter.com/api/v4/private-locations/{harborId}/ships/{shipId}/versions
blazemeter_get_api_v4_projectsREADProjects list via GET https://a.blazemeter.com/api/v4/projects
blazemeter_get_api_v4_projects_by_projectidREADProject details via GET https://a.blazemeter.com/api/v4/projects/{projectId}
blazemeter_get_api_v4_schedulesREADList schedules via GET https://a.blazemeter.com/api/v4/schedules
blazemeter_get_api_v4_schedules_by_scheduleidREADSchedule details via GET https://a.blazemeter.com/api/v4/schedules/{scheduleId}
blazemeter_get_api_v4_schedules_historyREADList schedule history via GET https://a.blazemeter.com/api/v4/schedules/history
blazemeter_get_api_v4_sessions_by_sessionid_reports_logsREADRetrieve logs (GET /api/v4/sessions/{sessionId}/reports/logs) via GET https://a.blazemeter.com/api/v4/sessions/{sessionId}/reports/logs
blazemeter_get_api_v4_sessions_by_sessionid_reports_logs_dataREADRetrieve logs (GET /api/v4/sessions/{sessionId}/reports/logs/data) via GET https://a.blazemeter.com/api/v4/sessions/{sessionId}/reports/logs/data
blazemeter_get_api_v4_sessions_by_sessionid_xbt_reportREADGUI Functional full report via GET https://a.blazemeter.com/api/v4/sessions/{sessionId}/xbt-report
blazemeter_get_api_v4_testsREADList tests via GET https://a.blazemeter.com/api/v4/tests
blazemeter_get_api_v4_tests_by_testidREADTest details via GET https://a.blazemeter.com/api/v4/tests/{testId}
blazemeter_get_api_v4_tests_by_testid_filesREADList test files via GET https://a.blazemeter.com/api/v4/tests/{testId}/files
blazemeter_get_api_v4_tests_by_testid_validationsREADCheck file validation via GET https://a.blazemeter.com/api/v4/tests/{testId}/validations
blazemeter_get_api_v4_workspacesREADWorkspaces list via GET https://a.blazemeter.com/api/v4/workspaces
blazemeter_get_api_v4_workspaces_by_workspaceidREADWorkspace details via GET https://a.blazemeter.com/api/v4/workspaces/{workspaceId}
blazemeter_get_api_v4_workspaces_by_workspaceid_activeREADActive Masters in Workspace via GET https://a.blazemeter.com/api/v4/workspaces/{workspaceId}/active
blazemeter_get_api_v4_workspaces_by_workspaceid_tagsREADThis call returns a list of all tags defined in workspace. and their tagIDs. You use tags when you search and filter Performance tests. via GET https://a.blazemeter.com/api/v4/workspaces/{workspaceId}/tags
blazemeter_get_api_v4_workspaces_by_workspaceid_usersREADWorkspace user list via GET https://a.blazemeter.com/api/v4/workspaces/{workspaceId}/users
blazemeter_get_reports_api_v1_workspaces_by_workspaceid_inspection_data_requests_by_requestidREADYou can retrieve inspection data for any virtual service through our analytics endpoint. via GET https://analytics.blazemeter.com/reports/api/v1/workspaces/{workspaceId}/inspection-data/requests/{requestId}
blazemeter_get_reports_api_v1_workspaces_by_workspaceid_inspection_data_service_mock_by_servicemockidREADTo retrieve log information for any virtual service through our analytics endpoint, you need the Request ID of the virtual service. To get the Request ID, you need the workspace identifier and the virtual service identifier. The sample code uses a serviceMockId of 1234 and a workspaceId of 123456 . Use the actual ID values of your log, workspace, and virtual service. The response contains the requestId in the result id: {“result” : [ { “id” : 7777, ...} ] } . via GET https://analytics.blazemeter.com/reports/api/v1/workspaces/{workspaceId}/inspection-data/service-mock/{servicemockId}
blazemeter_patch_api_v1_workspaces_by_workspaceid_service_mock_templates_by_servicemocktemplateidWRITETo update the properties of a virtual service template, you need to know your workspace identifier and the virtual service template identifier. The sample code uses a serviceMockTemplateId of 8 and a workspaceId of 123456 . Use the actual ID values of your workspace and virtual service template. via PATCH https://mock.blazemeter.com/api/v1/workspaces/{workspaceId}/service-mock-templates/{servicemocktemplateId}
blazemeter_patch_api_v1_workspaces_by_workspaceid_service_mocks_by_servicemockidWRITETo update properties of an existing virtual service in your workspace, you need to know your workspace identifier and the virtual service identifier. The sample code uses a serviceMockId of 1234 and a workspaceId of 123456 . Use the actual ID values of your workspace and virtual service. via PATCH https://mock.blazemeter.com/api/v1/workspaces/{workspaceId}/service-mocks/{servicemockId}
blazemeter_patch_api_v1_workspaces_by_workspaceid_service_mocks_by_servicemockid_apply_template_by_applytemplateidWRITETo apply an existing template to a virtual service, you need to know your workspace identifier and the virtual service template identifier. The sample code uses a serviceMockId of 1234 , a serviceMockTemplateId of 8 , and a workspaceId of 123456 . Use the actual ID values of your workspace and virtual service template. via PATCH https://mock.blazemeter.com/api/v1/workspaces/{workspaceId}/service-mocks/{servicemockId}/apply-template/{applytemplateId}
blazemeter_patch_api_v1_workspaces_by_workspaceid_transactionsWRITETo perform a bulk delete or tag operation over several transactions in a workspace, you need to know your workspace identifier. The sample code uses a workspaceId of 123456 . Use the actual ID value of your workspace. via PATCH https://mock.blazemeter.com/api/v1/workspaces/{workspaceId}/transactions
blazemeter_patch_api_v4_accounts_by_accountidWRITEThe account welcome screen is visible to any user that accepts an invitation to an account without being added to a workspace. via PATCH https://a.blazemeter.com/api/v4/accounts/{accountId}
blazemeter_patch_api_v4_folders_by_folderidWRITEUpdate a shared folder via PATCH https://a.blazemeter.com/api/v4/folders/{folderId}
blazemeter_patch_api_v4_masters_by_masteridWRITEUpdate a master via PATCH https://a.blazemeter.com/api/v4/masters/{masterId}
blazemeter_patch_api_v4_private_locations_by_harboridWRITEUpdate a private location via PATCH https://a.blazemeter.com/api/v4/private-locations/{harborId}
blazemeter_patch_api_v4_private_locations_by_harborid_servers_by_shipidWRITEUpdate an agent via PATCH https://a.blazemeter.com/api/v4/private-locations/{harborId}/servers/{shipId}
blazemeter_patch_api_v4_projects_by_projectidWRITEUpdate a project via PATCH https://a.blazemeter.com/api/v4/projects/{projectId}
blazemeter_patch_api_v4_schedules_by_scheduleidWRITEUpdate schedule via PATCH https://a.blazemeter.com/api/v4/schedules/{scheduleId}
blazemeter_patch_api_v4_tests_by_testidWRITEUpdate a test via PATCH https://a.blazemeter.com/api/v4/tests/{testId}
blazemeter_post_api_v1_api_publish_publishWRITEAPI Publishing means taking, for example, generated data and initializing a service by publishing the data to it before running the test. Orchtestration can read, write, or delete data to prepare your test environment. For more information, check the Data Structures section. via POST https://tdm.blazemeter.com/api/v1/api-publish/publish
blazemeter_post_api_v1_tagsWRITEYou can use tags when you search and filter transactions or services. The creation response contains a tag identifier that you should note down. You will need the tagID when you want to configure, deploy, or delete this tag later. via POST https://mock.blazemeter.com/api/v1/tags
blazemeter_post_api_v1_transactions_convertWRITEUse this API to upload files of transactions to lists of generic DSLs that can be used in BlazeMeter. Supported file formats are .json, .yml, .yaml, .har, .zip. via POST https://mock.blazemeter.com/api/v1/transactions/convert
blazemeter_post_api_v1_workspaces_by_workspaceid_assetsWRITEThe Data Model defines what test data to generate, for example, credit card numbers or email addresses. via POST https://ar.blazemeter.com/api/v1/workspaces/{workspaceId}/assets
blazemeter_post_api_v1_workspaces_by_workspaceid_assets_by_assetidWRITETo update a Data Model, you need to know your workspace identifier and the Data Model identifier. The sample code uses a dataModelId of 55 and a workspaceId of 123456 . Use the actual ID values of your workspace and Data Model. via POST https://ar.blazemeter.com/api/v1/workspaces/{workspaceId}/assets/{assetId}
blazemeter_post_api_v1_workspaces_by_workspaceid_datamodels_by_datamodelid_generateWRITETo generate test data, you need to know your workspace identifier and Data Model identifier. The sample code uses a workspaceId of 123456 . Use the actual ID values of your workspace and Data Model. via POST https://tdm.blazemeter.com/api/v1/workspaces/{workspaceId}/datamodels/{datamodelId}/generate
blazemeter_post_api_v1_workspaces_by_workspaceid_packagesWRITEIf you want to organize your assets in packages, you need to create the packages first. Using packages is optional, if no packgeID is specified, the asset will be stored in the default package. via POST https://ar.blazemeter.com/api/v1/workspaces/{workspaceId}/packages
blazemeter_post_api_v1_workspaces_by_workspaceid_service_mock_templatesWRITETo create a virtual service templates, you need to know your workspace identifier and the service identifier. The sample code uses a serviceId of 123 and a workspaceId of 123456 . Use the actual ID values of your workspace and service. via POST https://mock.blazemeter.com/api/v1/workspaces/{workspaceId}/service-mock-templates
blazemeter_post_api_v1_workspaces_by_workspaceid_service_mocksWRITETo create a virtual service in your workspace, you need to know your workspace identifier. The sample code uses a workspaceId of 123456 . Use the actual ID value of your workspace. via POST https://mock.blazemeter.com/api/v1/workspaces/{workspaceId}/service-mocks
blazemeter_post_api_v1_workspaces_by_workspaceid_service_mocks_by_servicemockid_log_refreshWRITEBefore you can get a log of a virtual service in the asset catalog, you must refresh the log. You need to know your workspace identifier and the virtual service identifier. The sample code uses a serviceMockId of 1234 and a workspaceId of 123456 . Use the actual ID values of your workspace and virtual service. via POST https://mock.blazemeter.com/api/v1/workspaces/{workspaceId}/service-mocks/{servicemockId}/log/refresh
blazemeter_post_api_v1_workspaces_by_workspaceid_service_mocks_configureWRITETo configure or deploy virtual services, you need to know your workspace identifier. The sample code uses a workspaceId of 123456 . Use the actual ID value of your workspace. via POST https://mock.blazemeter.com/api/v1/workspaces/{workspaceId}/service-mocks/configure
blazemeter_post_api_v1_workspaces_by_workspaceid_service_mocks_validateWRITETo validate Taurus configuration dependencies, you need to know your workspace identifier. The sample code uses a workspaceId of 123456 . Use the actual ID value of your workspace. via POST https://mock.blazemeter.com/api/v1/workspaces/{workspaceId}/service-mocks/validate
blazemeter_post_api_v1_workspaces_by_workspaceid_servicesWRITETo create a Service in your workspace, you need to know your workspace identifier. The sample code uses a workspaceId of 123456 . Use the actual ID value of your workspace. via POST https://mock.blazemeter.com/api/v1/workspaces/{workspaceId}/services
blazemeter_post_api_v1_workspaces_by_workspaceid_testdata_generateWRITETo generate test data, you need to know your workspace identifier and Data Model identifier. The sample code uses a workspaceId of 123456 . Use the actual ID values of your workspace and Data Model. via POST https://tdm.blazemeter.com/api/v1/workspaces/{workspaceId}/testdata/generate
blazemeter_post_api_v1_workspaces_by_workspaceid_transactionsWRITETo create a transaction, you need to know your workspace identifier and the Service identifier. The sample code uses a serviceId of 123 and a workspaceId of 123456 . Use the actual ID values of your workspace and Service. via POST https://mock.blazemeter.com/api/v1/workspaces/{workspaceId}/transactions
blazemeter_post_api_v4_accounts_by_accountid_invitationsWRITEAdd user to account via POST https://a.blazemeter.com/api/v4/accounts/{accountId}/invitations
blazemeter_post_api_v4_accounts_by_accountid_terminate_mastersWRITETerminate masters in account via POST https://a.blazemeter.com/api/v4/accounts/{accountId}/terminate-masters
blazemeter_post_api_v4_analyzerWRITESubmits a new log analysis job for processing. Returns immediately with an execution ID. via POST https://a.blazemeter.com/api/v4/analyzer
blazemeter_post_api_v4_collections_by_collectionid_add_tests_executionsWRITEAPI Explorer /collections/{collectionId}/add-tests-executions via POST https://a.blazemeter.com/api/v4/collections/{collectionId}/add-tests-executions
blazemeter_post_api_v4_collections_by_collectionid_delete_fileWRITEDelete data files via POST https://a.blazemeter.com/api/v4/collections/{collectionId}/delete-file
blazemeter_post_api_v4_collections_by_collectionid_remove_tests_executionsWRITEAPI Explorer /collections/{collectionId}/remove-tests-executions via POST https://a.blazemeter.com/api/v4/collections/{collectionId}/remove-tests-executions
blazemeter_post_api_v4_credentialsWRITECreate new credentials which will be used by APM integrations. Credential settings differ according to the integration type and can be found by calling /credentials/credentialsSettings . via POST https://a.blazemeter.com/api/v4/credentials
blazemeter_post_api_v4_credentials_validateWRITEAuthenticate integrated apps using user name and account password ("Access Key"). via POST https://a.blazemeter.com/api/v4/credentials/validate
blazemeter_post_api_v4_data_timeseriesWRITEInject custom time series data via POST https://a.blazemeter.com/api/v4/data/timeseries
blazemeter_post_api_v4_foldersWRITECreate a shared folder via POST https://a.blazemeter.com/api/v4/folders
blazemeter_post_api_v4_folders_by_folderid_delete_fileWRITEDelete shared folder file via POST https://a.blazemeter.com/api/v4/folders/{folderId}/delete-file
blazemeter_post_api_v4_masters_by_masterid_public_tokenWRITEAdd a public token via POST https://a.blazemeter.com/api/v4/masters/{masterId}/public-token
blazemeter_post_api_v4_masters_by_masterid_restore_reportsWRITERestore reports of an archived master via POST https://a.blazemeter.com/api/v4/masters/{masterId}/restore-reports
blazemeter_post_api_v4_masters_by_masterid_stopWRITESource: https://help.blazemeter.com/apidocs/performance/masters_stop.htm via POST https://a.blazemeter.com/api/v4/masters/{masterId}/stop
blazemeter_post_api_v4_masters_by_masterid_terminateWRITESource: https://help.blazemeter.com/apidocs/performance/masters_terminate.htm via POST https://a.blazemeter.com/api/v4/masters/{masterId}/terminate
blazemeter_post_api_v4_multi_testsWRITECreate a test suite via POST https://a.blazemeter.com/api/v4/multi-tests
blazemeter_post_api_v4_multi_tests_by_multitestid_add_tests_executionsWRITEAPI explorer /multi-tests/{collectionId}/add-tests-executions via POST https://a.blazemeter.com/api/v4/multi-tests/{multitestId}/add-tests-executions
blazemeter_post_api_v4_multi_tests_by_multitestid_duplicateWRITEDuplicate a test suite via POST https://a.blazemeter.com/api/v4/multi-tests/{multitestId}/duplicate
blazemeter_post_api_v4_multi_tests_by_multitestid_remove_tests_executionsWRITEAPI explorer /multi-tests/{collectionId}/remove-tests-executions via POST https://a.blazemeter.com/api/v4/multi-tests/{multitestId}/remove-tests-executions
blazemeter_post_api_v4_multi_tests_by_multitestid_startWRITEStart a test suite via POST https://a.blazemeter.com/api/v4/multi-tests/{multitestId}/start
blazemeter_post_api_v4_private_locationsWRITECreate a private location via POST https://a.blazemeter.com/api/v4/private-locations
blazemeter_post_api_v4_private_locations_by_harborid_add_workspaceWRITEAdd a workspace to private location via POST https://a.blazemeter.com/api/v4/private-locations/{harborId}/add-workspace
blazemeter_post_api_v4_private_locations_by_harborid_serversWRITECreate an agent via POST https://a.blazemeter.com/api/v4/private-locations/{harborId}/servers
blazemeter_post_api_v4_private_locations_by_harborid_ships_by_shipid_docker_commandWRITEGenerate Docker command via POST https://a.blazemeter.com/api/v4/private-locations/{harborId}/ships/{shipId}/docker-command
blazemeter_post_api_v4_projectsWRITECreate a project via POST https://a.blazemeter.com/api/v4/projects
blazemeter_post_api_v4_projects_by_projectid_terminate_mastersWRITETerminate masters in projects via POST https://a.blazemeter.com/api/v4/projects/{projectId}/terminate-masters
blazemeter_post_api_v4_schedulesWRITEYou can find the information for creating a schedule for a test and multi test . via POST https://a.blazemeter.com/api/v4/schedules
blazemeter_post_api_v4_searchWRITEGlobal search via POST https://a.blazemeter.com/api/v4/search
blazemeter_post_api_v4_testsWRITECreate a test via POST https://a.blazemeter.com/api/v4/tests
blazemeter_post_api_v4_tests_by_testid_delete_fileWRITEDelete asset files via POST https://a.blazemeter.com/api/v4/tests/{testId}/delete-file
blazemeter_post_api_v4_tests_by_testid_duplicateWRITEDuplicate a test via POST https://a.blazemeter.com/api/v4/tests/{testId}/duplicate
blazemeter_post_api_v4_tests_by_testid_filesWRITEUpload or update asset files via POST https://a.blazemeter.com/api/v4/tests/{testId}/files
blazemeter_post_api_v4_tests_by_testid_startWRITEStart a test via POST https://a.blazemeter.com/api/v4/tests/{testId}/start
blazemeter_post_api_v4_tests_by_testid_stopWRITESource: https://help.blazemeter.com/apidocs/performance/tests_stop_a_test.htm via POST https://a.blazemeter.com/api/v4/tests/{testId}/stop
blazemeter_post_api_v4_tests_by_testid_validateWRITEValidate a file via POST https://a.blazemeter.com/api/v4/tests/{testId}/validate
blazemeter_post_api_v4_workspacesWRITECreate a workspace via POST https://a.blazemeter.com/api/v4/workspaces
blazemeter_post_api_v4_workspaces_by_workspaceid_delete_logsWRITEDelete logs via POST https://a.blazemeter.com/api/v4/workspaces/{workspaceId}/delete-logs
blazemeter_post_api_v4_workspaces_by_workspaceid_delete_managersWRITERemove managers from workspace via POST https://a.blazemeter.com/api/v4/workspaces/{workspaceId}/delete-managers
blazemeter_post_api_v4_workspaces_by_workspaceid_tagsWRITEYou can use tags when you search and filter Performance tests. via POST https://a.blazemeter.com/api/v4/workspaces/{workspaceId}/tags
blazemeter_post_api_v4_workspaces_by_workspaceid_terminate_mastersWRITETerminate masters in workspace via POST https://a.blazemeter.com/api/v4/workspaces/{workspaceId}/terminate-masters
blazemeter_post_api_v4_workspaces_by_workspaceid_usersWRITEAdd user to workspace via POST https://a.blazemeter.com/api/v4/workspaces/{workspaceId}/users
blazemeter_put_api_v1_tags_by_tagidWRITETo update the name or description of an existing tag, you need to know the tag identifier. The sample code uses a tagId of 888 . Use the actual ID value of your tag. via PUT https://mock.blazemeter.com/api/v1/tags/{tagId}
blazemeter_put_api_v1_workspaces_by_workspaceid_service_mock_templates_by_servicemocktemplateidWRITETo update a virtual service template, you need to know your workspace identifier and the virtual service template identifier. The sample code uses a serviceMockTemplateId of 8 and a workspaceId of 123456. Use the actual ID values of your workspace and virtual service template. via PUT https://mock.blazemeter.com/api/v1/workspaces/{workspaceId}/service-mock-templates/{servicemocktemplateId}
blazemeter_put_api_v1_workspaces_by_workspaceid_service_mocks_by_servicemockidWRITETo update an existing virtual service in your workspace, you need to know your workspace identifier and the virtual service identifier. The sample code uses a serviceMockId of 1234 and a workspaceId of 123456 . Use the actual ID values of your workspace and virtual service. via PUT https://mock.blazemeter.com/api/v1/workspaces/{workspaceId}/service-mocks/{servicemockId}
blazemeter_put_api_v1_workspaces_by_workspaceid_service_mocks_by_servicemockid_log_by_logidWRITETo update a log snapshot of a virtual service and save it to the asset catalog, you need to know the log identifier, workspace identifier and the virtual service identifier. The sample code uses a logID of 42, a serviceMockId of 1234 and a workspaceId of 123456 . Use the actual ID values of your log, workspace, and virtual service. via PUT https://mock.blazemeter.com/api/v1/workspaces/{workspaceId}/service-mocks/{servicemockId}/log/{logId}
blazemeter_put_api_v1_workspaces_by_workspaceid_services_by_serviceidWRITETo update the name and description of an existing Service in your workspace, you need to know your workspace identifier and the Service identifier. The sample code uses a serviceId of 123 and a workspaceId of 123456 . Use the actual ID values of your workspace and Service. via PUT https://mock.blazemeter.com/api/v1/workspaces/{workspaceId}/services/{serviceId}
blazemeter_put_api_v1_workspaces_by_workspaceid_transactions_by_transactionidWRITETo update an existing transaction in your workspace, you need to know your workspace identifier and the transaction identifier. The sample code uses a transactionId of 77 and a workspaceId of 123456 . Use the actual ID values of your workspace and transaction. via PUT https://mock.blazemeter.com/api/v1/workspaces/{workspaceId}/transactions/{transactionId}
blazemeter_put_api_v4_accounts_by_accountid_users_by_useridWRITEUpdate account user via PUT https://a.blazemeter.com/api/v4/accounts/{accountId}/users/{userId}
blazemeter_put_api_v4_collections_by_collectionidWRITEUpdate a multi-test via PUT https://a.blazemeter.com/api/v4/collections/{collectionId}
blazemeter_put_api_v4_collections_by_collectionid_override_tests_executionsWRITEAPI Explorer /collections/{collectionId}/override-tests-executions via PUT https://a.blazemeter.com/api/v4/collections/{collectionId}/override-tests-executions
blazemeter_put_api_v4_multi_tests_by_multitestidWRITEUpdate a test suite via PUT https://a.blazemeter.com/api/v4/multi-tests/{multitestId}
blazemeter_put_api_v4_workspaces_by_workspaceid_users_by_useridWRITEUpdate workspace user via PUT https://a.blazemeter.com/api/v4/workspaces/{workspaceId}/users/{userId}
Put BlazeMeter behind one governed endpoint.
Same permissions, same audit trail, whatever else you connect next.