Open Data Protocol Interface

This configuration defines the open data protocol (OData) interface details.

  • Preferences node:/businesslayer/com/sybase365/mobiliser/framework/gateway/odate
  • ConfigAdmin PID:com.sybase365.mobiliser.framework.gateway.odata
You can set these configuration options:
Key Default Description
mode standard Sets the OData interface mode either as standard or proxy. Proxy is used only when deploying into the validating proxy server.
ignore_context_ regex ^\/?(prefs| management)$ Indicates the regular expression to be ignored. Any context matching this regular expression is not added to the OData interface.
path_match_ctx   Creates a new OData context from any configuration option with the prefix path_match_xxx. The value assigned is a regular expression, which is matched against contexts in the server. If they match, this endpoint is sorted into this OData context.
Example:
path_match_custom=^(bank|club)$ 

Any context matching "bank" or "club" is sorted into the OData context called "custom". You can have any number of these mappings.

path_ privileges_ctx   Indicates a comma-separated list of privileges, which are required to access this OData context for any endpoints sorted into the context ctx .
Example:
path_privileges_ctx=MY_ SPECIAL_PRIVILEGE
path_ports_ctx   Indicates a comma-separated list of ports, which must be used to access this OData context for any endpoints sorted into the context ctx .
Example:
path_privileges_ctx=7070,8080
default_context odata Sorts the endpoint into the default OData context if no matching path_match_xxx configuration is found.
Related concepts
Node and System Preferences
Related tasks
Adding a Preference Node