gitpod.v1.UsageService

GetActiveEnvironmentsCount

Gets the count of active environments in the specified date range.

post/gitpod.v1.UsageService/GetActiveEnvironmentsCount

Request body

projectIdstring

Optional project ID to filter metrics by.

Response

Success

countstring

Count of active environments in the date range.

trendnumber double

Trend of active environments compared to the previous date_range in %. Calculated as (current - previous) / previous.

Changes