test-suite
2022.4
false
- Getting Started with Test Suite
- Studio
- Orchestrator
- Testing robots
- Test Manager
- CI/CD Integrations
API References
Test Suite User Guide
Last updated Aug 13, 2024
API References
The Test Manager API Swagger definition can be accessed as follows, depending on your deployment type:
- On-premises - add
/swagger/index.html
to your on-premises Test Manager URL. For example,https://HogwartsServer.com/swagger/index.html
. -
Automation Suite and Automation Cloud - add the organization and tenant name, as well as
testmanager_/swagger/index.html
to your Automation Suite base URL, following the syntax:https://AutomationSuiteURL/{organization_name}/{tenant_name}/testmanager_/swagger/index.html
. For example, to access the Swagger for an Automation Suite deployment of Test Manager, a possible link could behttps://myasuite.westeurope.cloudapp.azure.com/testaccount/DefaultTenant/testmanager_/swagger/index.html
.Note: If you are using Automation Suite or Automation Cloud, all requests to Test Manager endpoints should include/{organization_name}/{tenant_name}/
.
The API you see in Swagger is directly dependant on the Test Manager instance you use. To easily make requests directly in the Swagger documentation, just log in to Test Manager in another tab.