Manifest
Description
from
- In this field you must specify the name of the request sourcewriter
- the unit responsible for setting up the writertype
- writer setup, available variant are:file
file
- file unit setuppath
- file's location in folder structurename-pattern
- future file name
Units path
and name-pattern
allows scripting
Allowed variables:
path
java.lang.String
Prefixes of endpoint, except last part. Can be empty
name
java.lang.String
Endpoint itself
constants
java.utl.Map
Constants from config file
This table lists the available variables for the script
Examples:
/api/example
api
example
/1
<empty>
1
/api/v1/auth/token
api/v1/auth
token
This table explains how the endpoint will be decomposed into the corresponding variables
This feature is responsible for writing the printed request to disk, database, network, etc.
Last updated