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
Create a parse template
Get a list of available templates
Edit a template
Delete a template
See also
Parser Templates
Parser Template Syntax