GET /organizations/{organizationId}/apiRequests/overview/responseCodes/byInterval
Operation ID: getOrganizationApiRequestsOverviewResponseCodesByInterval
Auth: unknown
Description
Tracks organizations' API requests by response code across a given time period
Parameters (10)
(array, query, optional)
Filter by admin ID of user that made the API request
(integer, query, optional)
The time interval in seconds for returned data. The valid intervals are: 120, 3600, 14400, 21600. The default is 21600. Interval is calculated if time params are provided.
(array, query, optional)
Filter by operation ID of the endpoint
(string, path, required)
(array, query, optional)
Filter by source IP that made the API request
(string, query, optional)
The beginning of the timespan for the data. The maximum lookback period is 31 days from today.
(string, query, optional)
The end of the timespan for the data. t1 can be a maximum of 31 days after t0.
(number, query, optional)
The timespan for which the information will be fetched. If specifying timespan, do not specify parameters t0 and t1. The value must be in seconds and be less than or equal to 31 days. The default is 31 days. If interval is provided, the timespan will be autocalculated.
(string, query, optional)
Filter by user agent string for API request. This will filter by a complete or partial match.
(integer, query, optional)
Filter by API version of the endpoint. Allowable values are: [0, 1]
Constraints: {'enum': [0, 1]}
No probe data for this endpoint yet.