Method
Return basic access statistics for the given window
REQUIRED |
KEY |
TYPE |
DESCRIPTION |
Yes |
deploymentId |
str |
Unique string identifier of the deployment created under the project.
|
Yes |
startDate |
str |
Timeline start date in ISO format.
|
Yes |
endDate |
str |
Timeline end date in ISO format. The date range must be 7 days or less.
|
Note: The arguments for the API methods follow camelCase but for Python SDK underscore_case is followed.
KEY |
TYPE |
DESCRIPTION |
success |
Boolean |
true if the call succeeded, false if there was an error |
result |
DeploymentStatistics |
KEY |
TYPE |
Description |
requestSeries |
list |
A list of the number of requests per second. |
latencySeries |
list |
A list of the latency in milliseconds for each request. |
dateLabels |
list |
A list of date labels for each point in the series. |
httpStatusSeries |
list |
A list of the HTTP status codes for each request. |
|
TYPE |
WHEN |
DataNotFoundError |
deploymentId is not found.
|