Traffic Error Report Status Code Graph Data
Interval in analytics data; If the date range is today, it is automatically sent as 5m (5 minutes), for 1-7 days as 1h (1 hour), for 8-30 days as 2h (2 hours), for more than 8h (8 hours).
Parameters | Description | Type | Required |
---|---|---|---|
from | It is considered the starting point in a specific date range. | String | Yes |
to | It is considered the last point in a given date range. | String | Yes |
resources | It is used to see the data of a specific resource or all resources in the organization. | Array | Yes |
organization_uuid | The created organization in Medianova Cloud Panel unit ID value | String | Yes |
Payload
{
"organization_uuid": "***-****-****-****",
"from": "2023-12-13 00:00:00",
"to": "2023-12-13 16:25:00",
"resources": [
"api-test.mncdn.com",
]
}
Response
{
"status": true,
"data": {
"total_request": 36563490,
"successful_responses": {
"total_successful_response": 35342465,
"successful_responses_ratio": "0.967",
"success_responses": 34549440,
"other_success_responses": 793025
},
"redirect_responses": {
"total_redirect_responses": 309724,
"total_redirect_responses_ratio": "0.008",
"moved_permanently_responses": 61205,
"found_responses": 139685,
"other_redirect_responses": 108834
},
"client_error_responses": {
"total_client_error_responses": 647182,
"total_client_error_ratio": "0.018",
"forbidden_responses": 1948,
"not_found_responses": 320265,
"other_client_error_responses": 324969
},
"server_error_responses": {
"total_server_error_responses": 264119,
"total_server_error_ratio": "0.007",
"internal_server_error_responses": 262862,
"other_server_error_responses": 1257
}
}
}