URI Requests

URI Requests

You can use a URI to access the Business Glossary API from any client that uses the HTTP protocol.
A client must use the Informatica domain credentials to authenticate itself and obtain an JSESSIONID cookie. Subsequent API requests need to pass a valid authentication JSESSIONID cookie along with the request. The JSESSIONID cookie can be made not valid through a separate request.
You can use the following URI to access the Business Glossary API for all GET APIs except the domain list:
http(s)://<Fully Qualified Server Name>:<port number>/analyst/glossary/api/<version>
You can use the following URI for the domain list GET API:
http(s)://FQHN:8085/analyst/bg.auth/domainList
The following table describes the parameters for the base URI:
Parameters
Description
Fully Qualified Server Name
Host name of the Analyst Service.
Port number
Port number of the Analyst Service.
Version
Business Glossary version.
The current version is v4. Not required for the domain list GET API.
Use the base URI to construct a URL to retrieve information from the business glossary. For example, construct the following URL to search for a business term in the business glossary:
http://FQHN:8085/analyst/glossary/api/v4/search
Business glossary access requests
Use requests to access business terms in the business glossary. You can use the following parameters in the URI requests:
  • http://FQHN:8085/analyst/glossary/api/v4/search
  • http://FQHN:8085/analyst/glossary/api/v4/admin/attributelist
  • http://FQHN:8085/analyst/glossary/api/v4/term

0 COMMENTS

We’d like to hear from you!