Need to extract API key, secret & other details of Application from API Portal 5.x
search cancel

Need to extract API key, secret & other details of Application from API Portal 5.x

book

Article ID: 420376

calendar_today

Updated On:

Products

CA API Developer Portal

Issue/Introduction

We want to delete the applications which are not in use from last 3 months, in other words whose key/secret is not used to generate access token in last 3 months.

Environment

Portal 5.x 

Resolution

There is no last use date logged for the APIkey's and tokens which are created are cleaned up when they expire so this data is not available as alternative  the Portal analytics part may help to get some insight when a application was used .

Have a look at the portal API for metrics , there is API to collect application usage hits based on time frame . this may work to get the info on when this application was used in the past .