The resources use a data model that is supported by a set of client-side libraries that are made available on the files and libraries page.
| name |
path |
methods |
description |
| RuntimeEndpoints |
- /runtime/execution
- /runtime/ping
- /runtime/status
- /runtime/execution/{id}
- /runtime/execution/{id}/input
- /runtime/execution/{id}/result
- /runtime/execution/{id}/runlog
|
- DELETE GET POST
- GET
- GET
- DELETE GET
- GET
- GET
- GET
|
Endpoints for interacting with the Xpress Executor component, scheduling executions, querying status & results. |
Namespace
http://soap.endpoint.xpress.comp.dmp.fico.com/
| name |
description |
| RuntimeSoapEndpoints |
SOAP Endpoint for scheduling & interacting with model executions using SOAP Webservice requests. |
The services API is also accessible by a set of client-side libraries that can be downloaded from the files and libraries page.
JSON
| type |
description |
| ExecutionRequestData |
Container for desired inputs for the execution. The input file is specified as either text (in inputText) or binary (in inputBase64) or neither, and any parameters as an enclosed map. |
| ModelExecution |
Structure containing status information about a model execution. |
| ModelStatus |
Enumeration of possible model status codes. For error codes, the execution run log may contain more information. |
| RepositoryStatus |
Structure containing information about the status of the repository |
| RunLogFragment |
Structure containing information about (part or all) of the run log |
XML
Default Namespace
| type |
description |
| modelStatus |
Enumeration of possible model status codes. For error codes, the execution run log may contain more information. |
| repositoryStatus |
Structure containing information about the status of the repository |
| runLogFragment |
Structure containing information about (part or all) of the run log |
| executionRequest |
The input data and parameters to use when performing an execution. You should specify the model input & result in either inputString or inputBytes (or neither), but not both. |
| executionStatus |
The status of an execution. |
| parameter |
A single model parameter |
| faultBean |
Encapsulates additional information about faults from the Xpress Executor SOAP webservice. |