Endpoint URIs
https://<vhostname>.bpm.ibmcloud.com/odm/<odm_on_cloud_environment>/DecisionService/rest/v1/{rulesetpath}/{filetype}?{options}
| Item | Description |
|---|---|
|
|
The endpoint of the hosted transparent decision service (HTDS) application. The value of <odm_on_cloud_environment> must be
either Example:
|
|
|
The REST service context root. |
|
|
The version number of the REST service. This parameter is optional. The
current version is numbered |
|
{rulesetpath} |
The short ruleset path or the canonical ruleset path.
|
|
{filetype} |
The file type: |
|
{options} |
You can add options at the end of the URI. See Table 2 for details. |
| Option | Used for | Description |
|---|---|---|
|
format |
OpenAPI |
Select YAML or JSON. If no format is specified, YAML is used by default. Example: |
|
schemes |
OpenAPI |
Specify HTTP or HTTPS, separated by comma. Example: If this parameter is not specified, the same protocol as the request URL is used. |
|
extension |
OpenAPI |
Specify Example: |
|
trace |
OpenAPI WADL |
If it is set to Example: |
|
download |
OpenAPI WADL |
If it is set to Example: |
|
zip |
WADL |
If it is set to true, the WADL code and its XSD files are in a compressed file. When you specify the zip option, the inline option is not necessary. Example: |
|
inline |
WADL |
If it is set to Example: |
https://vhost005.bpm.ibmcloud.com/odm/dev/DecisionService/rest/v1/miniloanruleapp/1.0/miniloanrules/1.0/wadl?zip=true
& when you want to add more than one
option:https://<vhostname>.bpm.ibmcloud.com/odm/<odm_on_cloud_environment>/DecisionService/rest/v1/{rulesetpath}/{filetype}?{option1}&{option2}&{option3}