KB Article #177547

How to see KPS internal collection in API Gateway Manager

Problem

- KPS contains some internal collection (OAuth, API Portal, API Server) that can't be view by default in API Gateway Manager > Settings > Key Property Stores.

Resolution

-- To be able to see those collections in API Gateway Manager, you can follow this procedure:

- Edit the file [api_gateway_home]/webapps/emc/index.html

- Modify the app section which by default look like this:

app: {
polling_interval: 15000
}

with:

app: {
polling_interval: 15000,
internalKps:true
}

- Restart the nodemanager.