Cost Explorer (Usage and Cost) update #1166
Labels
enhancements
Relates to a feature enhancement
front-end
Relates to front end issues
marketplace
Relates to the Marketplace
Milestone
Summary: As we now have the endpoint for the Cost Explorer we need to update this section on the Billing tab in Analytics
Endpoint: https://dev.platformmarketplace.reapit.net/trafficevents/swagger/index.html
/billing/{month}
Location: https://dev.marketplace.reapit.cloud/developer/analytics/billing
May2020
April 2020
March2020
February 2020
January 2020
If a developer registered in ‘April 2020’ then it would only show:
May2020
April 2020
To populate the table:
We will need to query the billing/{month} endpoint by providing the applicationId(s) of all apps associated to that developer (like we are doing for the transaction history section) and specify the month (YYYY-MM) as per the selection from the dropdown menu
Based on the table layout we should use the following:
Resource = serviceName
Endpoints = endpointCount
API Calls = requestCount
Cost = cost
For the subsections to each Resource (serviceName) we should display the ‘requestsByEndpoint’
The text was updated successfully, but these errors were encountered: