skip to main content
Connection Option Descriptions : REST Config File
  

Try DataDirect Drivers Now

REST Config File

Attribute

RestConfigFile (RCF)

Purpose

Specifies the name and location of the input REST file used to define your endpoints. This file allows you to specify multiple endpoints, define POST 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
*Access 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.

Notes

*The REST Config File option determines whether the driver uses an input REST file for the session. If no value is provided, an endpoint must be provided using the REST Sample Path option.

Default

None

GUI Tab

General tab

See Also

*Creating an Input REST File
*REST Sample Path