Hi Team,
I am trying to get the max TPS by using the APIs given in the doc -
I am able to get the message count for each API but not able to get the TPS for each API for a given time period.
Below is the CURL i have got
curl -X GET --header "Authorization: Basic (code)=" "https://api.enterprise.apigee.com/v1/organizations/(org_name)/environments/prod/stats/apiproxy?select=tps&timeRange=02%2F17%2F2017%2000%3A00~02%2F17%2F2017%2023%3A59"
Error :
{ "code": "analytics.dataapi.service.UnableToResolveRequest", "message": "Unable to resolve request apiproxy", "contexts": [] }
Please let me know how to get TPS for each API in a given time period.
Thanks in advance,
Prashanthi.