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
Retrieves an export definition
Inputs
Input |
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
Retrieves a list of all available exports
Inputs
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
Retrieves a list of all available imports
Inputs
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
Starts a compare export job, and returns the results
Inputs
Input |
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
Starts an export job, and returns the results
Inputs
Input |
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
Starts an hierarchy export job, and returns the results
Inputs
Input |
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
Given an import definition, starts a job to import, and returns the results when complete
Inputs
Input |
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 verion |
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 |