RateLimiting
Get a rate limiting policy by ID.
get/ratelimitingpolicies/{id}
Path parameters
idstring required
ID of the rate limiting policy.
Response
A Rate Limiting Policy
Example response
{
"BurstLimit": 200,
"Id": "RateLimitingPolicies-1",
"Name": "Authenticated requests",
"RequestsPerMinute": 600
}Changes
No recorded changes to this endpoint across all 7 revisions of this API.