REST Extensions
- Last Updated: April 5, 2026
- 1 minute read
REST Extensions
The list of REST extensions that comprise Data Hub.
The core of Data Hub is exposed to clients as REST API Extensions, which include both transforms and service extensions.
Transforms
| Extension name | Implementing module name |
|---|---|
| ml:extractContent | get-content |
| ml:inputFlow | run-flow |
| ml:sjsInputFlow | run-sjs-flow |
| ml:jobSearchResults | job-search |
| ml:traceSearchResults | trace-search |
| ml:traceUISearchResults | trace-json |
| ml:prettifyXML | prettify |
| ml:runIngest | dmsdk-ingest |
Service Extensions
| Extension name | Implementing module name |
|---|---|
| ml:dbConfigs | db-configs |
| ml:debug | debug |
| ml:deleteJobs | delete-jobs |
| ml:entity | entity |
| ml:flow | flow |
| ml:sjsFlow | sjsflow |
| ml:hubstats | hubstats |
| ml:hubversion | hubversion |
| ml:piiGenerator | pii-generator |
| ml:scaffoldContent | scaffold-content |
| ml:searchOptionsGenerator | search-options-generator |
| ml:tracing | tracing |
| ml:validate | validate |
See Also
Related concepts
Related reference
Related information