Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Log in to the API Publisher (https://<HostName>:9443/publisher) as a user who has the creator role assigned. For more information on creating users and assigning roles, refer to section Managing Users and Roles.    
     
  2. Click the Subscriptions menu to open the Subscriptions window.
    Image Removed Image Added 
    The window displays the following information:

    • Users: Usernames of users who have subscribed to the API through the API Store. For instructions on subscribing, see Subscribing to APIs.  
    • Application: An application is a logical collection of one or more APIs, and is required when subscribing to an API. 
    • Subscribed APIs : List of all APIs a given user is subscribed to on a given application. Since API keys are generated at the application-level and valid for all APIs that are associated with an application, all APIs subscribed through the same application can be accessed using a single API key.
    • Actions: The supported actions on each subscription. Currently, the API Manager provides Block action to each subscription. It allows the API creator to block a particular subscription on an API. Once a subscription is blocked, neither its users nor the application owners can invoke the subscribed API from the application. To allow APIs invocations back, the API creator has to unblock the subscription.
          
  3. To block a subscription, go to the Actions column. Choose one of the available Blocking options (e.g., Production or Production & Sandbox) and click Block. The link immediately turns to Unblock. You can click Unblock any time to unblock the subscription and allows API consumers to use the subscription again. Note that when API Gateway caching or Key Manager caching is enabled (validation information cache), even after blocking a subscription, user can access APIs until the cache expires. By default, Gateway caching is enabled in the API Manager.

...