Table of Contents

Search

  1. Preface
  2. Introduction to API Manager
  3. API management
  4. Organizational access policies
  5. API-specific policies
  6. API groups
  7. Authentication and authorization
  8. API Microgateway Service
  9. Analytics

API Manager Guide

API Manager Guide

Running a managed API that you expose with the API Microgateway Service

Running a managed API that you expose with the API Microgateway Service

Run a managed API that you expose with the API Microgateway Service.
  1. Open the following URL template:
    https://{<host>}:{<port number>}/apimgw/<path>
    Where:
    • <host>
      is the machine that hosts the Secure Agent that runs the API Microgateway Service.
    • <port number>
      is the number of the port that the API Microgateway Service is assigned during startup. You can find the port number in the following file:
      <Secure Agent installation directory>/apps/ApiMicrogatewayService/logs folder/apimgw.log
    • <path>
      is the URL that you copied when you created the managed AP.
  2. Define the type of authentication:
    • Anonymous. Select "No Auth" in the authorization header.
    • OAuth 2.0. You can use basic authentication or a bearer token to configure OAuth 2.0 authentication. To use basic authentication, select "Basic" in the authorization header and enter an Informatica Intelligent Cloud Services user name and password. To use a bearer token, select "Bearer Token" in the authorization header and paste the access token of the managed API in the
      token
      field.
  3. Invoke a GET call to run the managed API.
    API Manager
    runs the managed API on the Docker runtime environment.

0 COMMENTS

We’d like to hear from you!