Create, Edit and Delete Templates
Use API
To create, edit or delete parser templates, you can send requests to the Zephyr Standalone API. To do this, you can the cURL command-line utility or use special applications like Swagger Inspector or SoapUI.
Endpoint
Use the following endpoint for your requests:
http://{your-zephyr}{:port}/flex/services/rest/latest/parsertemplate
Here, your-zephyr is the name or IP address of your Zephyr server, and port is the port which it uses. By default, the port is 80
.
If you use the Cloud edition of Zephyr Standalone, use the address of your Zephyr instance. Typically, it looks like --
https://{your-company-name}.yourzephyr.com/flex/services/rest/latest/parsertemplate
If you send requests from the computer, where your Zephyr Standalone server is running, you can use localhost in the URL:
http://localhost/flex/services/rest/latest/parsertemplate
Operations
Get a list of available templates
Starting Release 8.2, Zephyr Enterprise documentation is moving from its current location on Atlassian to a dedicated, standalone Zephyr Enterprise Documentation page. https://support.smartbear.com/zephyr-enterprise/docs/en/welcome-to-zephyr-enterprise.html