Deploying APIs


The private APIs can be used within the OU after being published on EnOS, while the third-party APIs can be invoked by a third party only after being published and setting as public on EnOS.


This section shows how to deploy APIs.

Before You Start

Procedure

  1. Log in to the EnOS Management Console and select API Management > My API.

  2. Click the API group where the API to be deployed is located.

  3. In the API List:

    • For private APIs, switch the Status from Unpublished to Enabled by clicking on the Make Public icon.
    • For third-party APIs, switch the Status from Unpublished to Enabled by clicking on the Make Public icon. You can test the API that is going to be public. For more information about testing the API, see Testing APIs.
    • For multiple private APIs, you can select them in the API List, and click Batch Release to change their Status from Unpublished to Enabled.


  4. For the published and tested third-party API, switch its Visibility from Private to Public to complete its deployment.

    • For multiple third-party APIs, you can select them in the API List, and click Batch Public to change their Visibility from Private to Public.

Results

  • The private APIs with a status of Enabled can be used in the OU.
  • The third-party APIs with a Public Visibility will be listed in API Management > Public API.

Next Step

You can delete those APIs that are no longer needed. See Deleting APIs for more details.