GET
/
fastedge
/
v1
/
stats
/
app_duration
curl --request GET \
  --url https://api.gcore.com/fastedge/v1/stats/app_duration \
  --header 'APIKey: <api-key>'
{
  "stats": [
    {
      "time": "2023-11-07T05:31:56Z",
      "min": 123,
      "max": 123,
      "avg": 123,
      "median": 123,
      "perc75": 123,
      "perc90": 123
    }
  ]
}

Authorizations

APIKey
string
header
required

API key for authentication.

Query Parameters

id
integer

App ID

from
string
required

Reporting period start time, RFC3339 format

to
string
required

Reporting period end time (not included into reporting period), RFC3339 format

step
integer
default:60
required

Reporting granularity, in seconds

network
string

Network name

Response

200
application/json

Ok

The response is of type object.