Gateway Published APIs not appearing in the Portal
search cancel

Gateway Published APIs not appearing in the Portal

book

Article ID: 237552

calendar_today

Updated On:

Products

CA API Developer Portal

Issue/Introduction

We recently enrolled a Gateway into the Portal but we see that not all Gateway Published APIs are appearing in the Portal.

Please check below image of Proxy.

There are totally 669 Gateway published APIs but only 310 are appearing in the Portal.

Please let us know how we can make all 669 APIs appear in the portal.

 

Environment

All Supported releases of API Portal.

Cause

The APIs were present in the Portal before. They were deleted from the Portal.

Resolution

1. Deleting the APIs from the gateway will not solve the issue as we need those APIs to appear in the portal.

2. Connect to Portal database and check the api table , identify all those API's having PORTAL_STATUS=DELETED value.

select uuid,name, tenant_id from api where portal_status= 'DELETED';

3. Delete these entries from api table to resolve the issue.