To interact with Oracle® Data Relationship Management (DRM), such as to run exports or import and collect metadata, add a step in a chain that uses an Oracle DRM connection command.
To enable these commands, an IT admin first creates an Oracle DRM connector.
Get export definition
To retrieve an export definition, use a Get export definition command.
Properties
| Property | Detail |
|---|---|
| Export name | Enter the name of the export to run. |
| Access level | Select the access level of the export to run. |
Outputs
| Output | Output type |
|---|---|
| Export definition | JSON |
Exit codes
| Code | Type | Detail |
|---|---|---|
| 0 | Success | Success |
| 1 | Error | Error running command |
| 2 | Error | Failed to authenticate with Oracle DRM Web Services |
Get export names
To retrieve a list of all available exports, use a Get export names command.
Properties
None
Outputs
| Output | Output type |
|---|---|
| Export names | JSON |
Exit codes
| Code | Type | Detail |
|---|---|---|
| 0 | Success | Success |
| 1 | Error | Error running command |
| 2 | Error | Failed to authenticate with Oracle DRM Web Services |
Get import names
To retrieve a list of all available imports, use a Get import names command.
Properties
None
Outputs
| Output | Output type |
|---|---|
| Import names | JSON |
Exit codes
| Code | Type | Detail |
|---|---|---|
| 0 | Success | Success |
| 1 | Error | Error running command |
| 2 | Error | Failed to authenticate with Oracle DRM Web Services |
Run compare export
To start a Compare export job and return its results, use a Run compare export command.
Properties
| Property | Detail |
|---|---|
| Export name | Enter the name of the export to run. |
| From version | Enter the From version name. |
| To version | Enter the To version name. |
| Access level | Select the access level of the export to run. |
| Runtime parameters | Enter the parameter values used by the export. |
Outputs
| Output | Output type |
|---|---|
| Export content | File |
| Job info | JSON |
| Job status | String |
| Content size | Integer |
Exit codes
| Code | Type | Detail |
|---|---|---|
| 0 | Success | Success |
| 1 | Error | Error running command |
| 2 | Error | Failed to authenticate with Oracle DRM Web Services |
Run export
To start an Export job and return its results, use a Run export command.
Properties
| Property | Detail |
|---|---|
| Export name | Enter the name of the export to run. |
| From version | Enter the From version name. |
| To version | Enter the To version name. |
| Access level | Select the access level of the export to run. |
| Runtime parameters | Enter the parameter values used by the export. |
Outputs
| Output | Output type |
|---|---|
| Export content | File |
| Job info | JSON |
| Job status | String |
| Content size | Integer |
Exit codes
| Code | Type | Detail |
|---|---|---|
| 0 | Success | Success |
| 1 | Error | Error running command |
| 2 | Error | Failed to authenticate with Oracle DRM Web Services |
Run hierarchy export
To start an Hierarchy export job and return its results, use a Run hierarchy export command.
Properties
| Property | Detail |
|---|---|
| Export name | Enter the name of the export to run. |
| Version | Enter the version name. |
| Access level | Select the access level of the export to run. |
| Include all hierarchies | To export all hierarchies, check this box. |
| Runtime parameters | Enter the parameter values used by the export. |
Outputs
| Output | Output type |
|---|---|
| Export content | File |
| Job info | JSON |
| Job status | String |
| Content size | Integer |
Exit codes
| Code | Type | Detail |
|---|---|---|
| 0 | Success | Success |
| 1 | Error | Error running command |
| 2 | Error | Failed to authenticate with Oracle DRM Web Services |
Run import
To start a job to import—given its import definition—and return the results, use a Run import command.
Properties
| Property | Detail |
|---|---|
| Import data | Enter the data to pass to the import job. |
| Import name | Enter the name of the import to run. |
| Version | Enter the name of the version. |
| Version description | Enter the description of the version. |
| Access level | Select the access level of the export to run. |
| Runtime parameters | Enter the parameter values used by the export. |
Outputs
| Output | Output type |
|---|---|
| Job info | JSON |
| Job status | String |
| Content size | Integer |
| Import results | JSON |
Exit codes
| Code | Type | Detail |
|---|---|---|
| 0 | Success | Success |
| 1 | Error | Error running command |
| 2 | Error | Failed to authenticate with Oracle DRM Web Services |