Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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

...

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. By default, the port is 80The 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 -- 

...

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