API Gateway Count Metrics per API Key
0
Customer would like to know if there is a CloudWatch metric, or other mechanism, to report on the number of requests against their AWS API Gateway per API Key. The goal is to distinguish how many requests are coming from each API Key.
asked 10 days ago3 views
1 Answers
0
Hi, @Adam R
You can create a usage plan in API Gateway and export a report (JSON / CSV) for each usage plan from there.
In the report, you can get the number of accesses for each associated API key.
answered 10 days ago
Relevant questions
API Gateway Count Metrics per API Key
asked 10 days agoCost of Amazon CloudFront additional metrics
Accepted Answerasked 2 years agoClient API throttling in API Gateway
Accepted Answerasked a year agolimits with API gateway custom authorizer for number of requests
Accepted Answerasked 2 years agoDo API Gateway 429 return codes count against request quota
Accepted Answerasked 2 years agoBlock very large requests to API Gateway
Accepted AnswerQuestions about request statistics in CloudWatch
asked 2 years agoLambda Authorizer with API Key enabled on API Gateway
asked 2 months agoHow can API Gateway WebSockets be throttled per-user?
Accepted Answerasked 2 years agoClient API Throttling in API Gateway
Accepted Answerasked a year ago
With the usage plan is there a way to query the data via API or just JSON/CSV export?