How to get the number of applications deployed in a specific time period in Harness NextGen

16d12d54b3b4ae7aabc8a93417570bce0984e3c9
How to get the number of applications deployed in a specific time period in Harness NextGen.

Let’s say you have a usecase to get the number of applications deployed in a specific time period using harness API. Then how do we achieve this?

Currently, the API is in development and will be released soon to achieve this usecase. In the meantime, as part of this article, we will answer how to achieve this in Harness without API.

  • The suggested approach is to create a dashboard with the data you want, and then you can set up some scheduled tasks to export that in CSV format to an S3 bucket you can consume.

  • Our Documentation here talks about how to create a dashboard: Create Dashboards - Harness.io Docs

  • The process for setting up a scheduled task is documented here: Schedule and Share Dashboards

  • Once the API is available, then you can start using it.

So this is how you can get the number of applications deployed in a specific time period in Harness NextGen without using an API by using a dashboard.

2 Likes