Analytics

Get CDN Bandwidth

SecuritybearerAuth
Request
path Parameters
env_id
required
string <uuid>
Example: 54fb80af-576c-4fdc-ba4f-b596c83f15a1
query Parameters
company_id
required
string
Example: company_id=54fb80af-576c-4fdc-ba4f-b596c83f15a1
time_span
string
Default: "7_days"
Enum: "24_hours" "7_days" "30_days" "60_days"
Example: time_span=30_days
from
string or null
Example: from=2025-10-20
to
string or null
Example: to=2025-10-30
Responses
202

Getting CDN Bandwidth analytics

400

One or more of the required parameters were not provided to the request

401

No or invalid API key provided to the request

404

Could not find the company or the user does not have permissions to retrieve data

500

Error occurred while getting analytics

get/sites/environments/{env_id}/analytics/cdn-bandwidth
Request samples
Response samples
application/json
{
  • "analytics": {
    }
}

Get visits

SecuritybearerAuth
Request
path Parameters
env_id
required
string <uuid>
Example: 54fb80af-576c-4fdc-ba4f-b596c83f15a1
query Parameters
company_id
required
string
Example: company_id=54fb80af-576c-4fdc-ba4f-b596c83f15a1
time_span
string
Default: "7_days"
Enum: "24_hours" "7_days" "30_days" "60_days"
Example: time_span=30_days
from
string or null
Example: from=2025-10-20
to
string or null
Example: to=2025-10-30
Responses
202

Getting visits analytics

400

One or more of the required parameters were not provided to the request

401

No or invalid API key provided to the request

404

Could not find the company or the user does not have permissions to retrieve data

500

Error occurred while getting analytics

get/sites/environments/{env_id}/analytics/visits
Request samples
Response samples
application/json
{
  • "analytics": {
    }
}

Get bandwidth

SecuritybearerAuth
Request
path Parameters
env_id
required
string <uuid>
Example: 54fb80af-576c-4fdc-ba4f-b596c83f15a1
query Parameters
company_id
required
string
Example: company_id=54fb80af-576c-4fdc-ba4f-b596c83f15a1
time_span
string
Default: "7_days"
Enum: "24_hours" "7_days" "30_days" "60_days"
Example: time_span=30_days
from
string or null
Example: from=2025-10-20
to
string or null
Example: to=2025-10-30
Responses
202

Getting bandwidth analytics

400

One or more of the required parameters were not provided to the request

401

No or invalid API key provided to the request

404

Could not find the company or the user does not have permissions to retrieve data

500

Error occurred while getting analytics

get/sites/environments/{env_id}/analytics/bandwidth
Request samples
Response samples
application/json
{
  • "analytics": {
    }
}

Get Disk space

SecuritybearerAuth
Request
path Parameters
env_id
required
string <uuid>
Example: 54fb80af-576c-4fdc-ba4f-b596c83f15a1
query Parameters
company_id
required
string
Example: company_id=54fb80af-576c-4fdc-ba4f-b596c83f15a1
time_zone
required
string^-?(0[0-9]|1[0-4]):00$
Example: time_zone=02:00
time_span
string
Default: "7_days"
Enum: "7_days" "30_days" "60_days"
Example: time_span=30_days
from
string or null
Example: from=2025-10-20
to
string or null
Example: to=2025-10-30
Responses
202

Getting Disk space analytics

400

One or more of the required parameters were not provided to the request

401

No or invalid API key provided to the request

404

Could not find the company or the user does not have permissions to retrieve data

500

Error occurred while getting analytics

get/sites/environments/{env_id}/analytics/diskspace
Request samples
Response samples
application/json
{
  • "analytics": {
    }
}