Skip to content

47Lining Management Console

Your 47Lining Enterprise PaaS - Preview Deployment includes a Management Console that you can use to interact with, obtain information, and perform some simple tasks on the development-release instance of the OSDU™ Data Platform that is also included in your Preview Deployment. OSDU Data Platform releases do not currently include a user interface, thus the 47Lining Management Console aligned to the OSDU Data Platform is specific to the 47Lining Enterprise PaaS - Preview Deployment.

The 47Lining Management Console includes a simple interface to the OSDU Search Service so that you can easily access and interact with the search service. You can supply a kind or wildcard of kinds to constrain your search, as well as provide a query that your search will use to find metadata. You can view your paginated search results beneath your query. You and other developers can use this capability to interactively test and develop queries and explore how the search service works before placing your queries in code. The search service is also available as an API endpoint that developers can invoke directly.

API and Service Interaction

In addition to using the Management Console in your Preview Deployment, you can interact with the OSDU Data Platform using code and developer tools that provide for web service access. To support ease of authentication and authorization while using such tools, you can access your OpenID Connect (OIDC) access token from the Preview Deployment Portal. While logged into the Portal, choose the drop-down arrow next to your user name, then choose “Copy token” to copy your OIDC access token to the clipboard. You can then easily use it as the bearer token in API calls to OSDU Data Platform Services.

For example, see how you can use curl to construct a request to the OSDU records service using your OIDC access token.