System Configurations API
- Last Updated: February 6, 2024
- 1 minute read
- Hybrid Data Pipeline
- Version 5.0
- Documentation
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 feature
- To enable or disable a password policy (either the default or custom 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 |
|---|---|---|
| Retrieve system configurations | GET | https://<myserver>:<port>/api/admin/configurations |
| Retrieve information on a system configuration | GET | https://<myserver>:<port>/api/admin/configurations/<ID> |
| Update a system configuration | PUT | https://<myserver>:<port>/api/admin/configurations/<ID> |