Table of Contents

Search

  1. Preface
  2. Using Metadata Manager
  3. Viewing Metadata
  4. Searching Metadata
  5. Working with Shortcuts and Folders
  6. Editing Metadata
  7. Working with Data Lineage
  8. Sharing Metadata
  9. Business Glossaries
  10. Using the URL API
  11. Appendix A: Configure the Web Browser
  12. Appendix B: Glossary

Metadata Manager User Guide

Metadata Manager User Guide

URL API Syntax without Menus and Tabs

URL API Syntax without Menus and Tabs

To use the URL API, create a link to the object that you want to view from the third-party application. When you click the link, Metadata Manager displays the object details in a browser window. You can exclude the Metadata Manager menus and tabs from the browser window.
To display metadata objects in a third party application without the Metadata Manager menus and tabs, use the following syntax:
http[s]://<host name>:<port>/mm/lineage?objectPath=MM/<resource name>/ <metadata object path>/<metadata object name>&mode=<mode>
Arguments are case sensitive.
For example, to view the Address business term in the Customers category of the Sales business glossary, use the following URL:
http://MMHost:10250/mm/lineage?objectPath=MM/Sales/Customers/Address&mode=detail
The following table describes the lineage URL API arguments:
Argument
Description
host name
Required. Host name of the machine that runs the Metadata Manager application.
port
Required. Port number of the Metadata Manager application.
resource name
Required. Name of the resource in the metadata catalog or name of the business glossary.
metadata object path
Required. Path to the metadata object in the metadata catalog.
The value of this argument must meet the following requirements:
  • Start with the top-level resource name, such as PowerCenter or Oracle_DB.
  • End with the name of the object that you want to use.
  • Use the same delimiter for the entire path. Use the slash character (/).
metadata object name
Required. Name of the metadata object in the metadata catalog or the name of the category or business term in a business glossary.
mode
Optional. Display mode for the metadata object, category, or business term:
  • lineage
    . Displays the data lineage diagram and the information in the Details panel.
  • detail
    . Displays the information in the Details panel only.
Default is lineage.

0 COMMENTS

We’d like to hear from you!