Gets the usage data of a usage plan in a specified time interval
Source:R/apigateway_operations.R
apigateway_get_usage.RdGets the usage data of a usage plan in a specified time interval.
See https://www.paws-r-sdk.com/docs/apigateway_get_usage/ for full documentation.
Usage
apigateway_get_usage(
usagePlanId,
keyId = NULL,
startDate,
endDate,
position = NULL,
limit = NULL
)Arguments
- usagePlanId
[required] The Id of the usage plan associated with the usage data.
- keyId
The Id of the API key associated with the resultant usage data.
- startDate
[required] The starting date (e.g., 2016-01-01) of the usage data.
- endDate
[required] The ending date (e.g., 2016-12-31) of the usage data.
- position
The current pagination position in the paged result set.
- limit
The maximum number of returned results per page. The default value is 25 and the maximum value is 500.