Specifies the name and location of the input REST file used to define your endpoints for sampling. This file allows you to specify multiple endpoints, define PUSH requests, and configure paging. You will need to create and specify an input REST file if your session:
Accesses multiple endpoints
Issues POST requests
Accesses endpoints that require paging
Accesses endpoints that use custom HTTP headers
Uses custom HTTP response code processing
Requires a custom authentication flow
For more information, see "Creating an input REST file."
Valid Values
string
where:
string
is the name and location of your input REST file. For example, C:\path\to\myrest.rest (Windows) or home_dir/path/to/myrest.rest (UNIX/Linux).
Notes
The Config property determines whether the driver uses an input REST file for the session. If no value is provided, an endpoint must be provided using the Sample property.