Getting CDN Bandwidth analytics
One or more of the required parameters were not provided to the request
No or invalid API key provided to the request
Could not find the company or the user does not have permissions to retrieve data
Error occurred while getting analytics
{- "analytics": {
- "analytics_response": {
- "key": "cdn-bandwidth",
- "data": [
- {
- "name": "cdn-bandwidth",
- "total": 1000,
- "dataset": [
- {
- "key": "2025-10-28T00:00:00",
- "value": "1000"
}
]
}
]
}
}
}Getting visits analytics
One or more of the required parameters were not provided to the request
No or invalid API key provided to the request
Could not find the company or the user does not have permissions to retrieve data
Error occurred while getting analytics
{- "analytics": {
- "analytics_response": {
- "key": "uniqueip",
- "data": [
- {
- "name": "uniqueip",
- "total": 1000,
- "dataset": [
- {
- "key": "2025-10-28T00:00:00",
- "value": "1000"
}
]
}
]
}
}
}Getting bandwidth analytics
One or more of the required parameters were not provided to the request
No or invalid API key provided to the request
Could not find the company or the user does not have permissions to retrieve data
Error occurred while getting analytics
{- "analytics": {
- "analytics_response": {
- "key": "bandwidth",
- "data": [
- {
- "name": "bandwidth",
- "total": 1000,
- "dataset": [
- {
- "key": "2025-10-28T00:00:00",
- "value": "1000"
}
]
}
]
}
}
}Getting Disk space analytics
One or more of the required parameters were not provided to the request
No or invalid API key provided to the request
Could not find the company or the user does not have permissions to retrieve data
Error occurred while getting analytics
{- "analytics": {
- "analytics_response": {
- "key": "diskSpaceUsage",
- "data": [
- {
- "name": "diskSpaceUsage",
- "total": 1000,
- "dataset": [
- {
- "key": "2025-10-28T00:00:00",
- "value": "1000"
}
]
}
]
}
}
}