skip to main content
Hybrid Data Pipeline API reference : Administrators API : System Configurations API
  

Try Now

System Configurations API

The System Configurations API can be used for the following purposes:
*To set a delimiter for an authentication service (see also Advanced options for authentication for details)
*To set change password functionality
*To set the default OData version for data sources
*To set the default entity name mode for OData Version 4 data sources
*To enable or disable the third party JDBC data store plugin feature
*To enable or disable the default password policy
*To configure how the system persists system monitor details
*To enable or disable the IP whitelist feature
The System Configurations API supports the operations described in the following table.
Operation
Request
URL
GET
https://<myserver>:<port>/api/admin/configurations
GET
https://<myserver>:<port>/api/admin/configurations/<ID>
PUT
https://<myserver>:<port>/api/admin/configurations/<ID>
* Get Configurations
* Get Configuration for given ID
* Update Configuration for given ID