{"note":"OpenAPI conversion -- returning structured metadata","name":"azure-com-apimanagement-apimquotas","description":"ApiManagementClient","version":"2019-01-01","base_url":"https://management.azure.com","endpoints":4,"raw":"@lap v0.3\n# Machine-readable API spec. Each @endpoint block is one API call.\n@api ApiManagementClient\n@base https://management.azure.com\n@version 2019-01-01\n@auth OAuth2\n@endpoints 4\n@toc subscriptions(4)\n\n@endpoint GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/quotas/{quotaCounterKey}\n@desc Lists a collection of current quota counter periods associated with the counter-key configured in the policy on the specified service instance. The api does not support paging yet.\n@returns(200) Lists a collection of the quota counter values.\n\n@endpoint PATCH /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/quotas/{quotaCounterKey}\n@desc Updates all the quota counter values specified with the existing quota counter key to a value in the specified service instance. This should be used for reset of the quota counter values.\n@required {parameters: any # The value of the quota counter to be applied to all quota counter periods.}\n@returns(204) Quota counter period was successfully updated.\n\n@endpoint GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/quotas/{quotaCounterKey}/periods/{quotaPeriodKey}\n@desc Gets the value of the quota counter associated with the counter-key in the policy for the specific period in service instance.\n@returns(200) The response body contains the Quota counter details for the specified period.\n\n@endpoint PATCH /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/quotas/{quotaCounterKey}/periods/{quotaPeriodKey}\n@desc Updates an existing quota counter value in the specified service instance.\n@required {parameters: any # The value of the Quota counter to be applied on the specified period.}\n@returns(204) The quota counter value was successfully updated.\n\n@end\n"}