The REST API URI prefix always contains the web server host name, port number, and web root of the REST server. The default web server is the host where Connect ETL is installed. The default port for HTTP/HTTPS REST services is 8280.
The remaining resource identifiers for a Connect ETL REST URI has the following
syntax:
/api/v1/history/<resource>/[/{identifier}]/<sub-resource>/
[?<parameter=value>{&<parameter=value>}]-
/api/v1/historyis the default web root and directory for REST API resources -
<resource>is the name of the REST API resource. -
{identifier}is a parameter to a branch in the REST API resource. -
<sub-resource>is the name of a branch in the REST API resource. -
<parameter=value>specifies the parameters and values that a GET request requires.