Create, Edit and Delete Templates

Use API

To create, edit or delete parser templates, you can send requests to the Zephyr Enterprise 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(s)://{your-zephyr}{:port}/flex/services/rest/latest/parsertemplate 

Here, your-zephyr is the host name or IP address of your Zephyr server, and port is the port which it uses. The default ports are 443 for HTTPS and 80 for HTTP.

If you use the Cloud edition of Zephyr Enterprise, 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 Enterprise server is running, you can use localhost in the URL: 

http://localhost/flex/services/rest/latest/parsertemplate 

Operations

Create a parser template

Get a list of available templates

Edit a template

Delete a template

See also

Parser Templates

Parser Template Syntax