Skip to main content
GET
/
fastedge
/
v1
/
stats
/
kv_store
Edge storage statistics
curl --request GET \
  --url https://api.gcore.com/fastedge/v1/stats/kv_store \
  --header 'Authorization: <api-key>'
{
  "stats": [
    {
      "read_count": 123,
      "write_size": 123,
      "storage_size": 123,
      "del_count": 123,
      "time": "2023-11-07T05:31:56Z"
    }
  ]
}

Authorizations

Authorization
string
header
required

API key for authentication. Make sure to include the word apikey, followed by a single space and then your token. Example: apikey 1234$abcdef

Query Parameters

from
string<date-time>
required

Reporting period start time, RFC3339 format

to
string<date-time>
required

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

Response

Ok

stats
object[]
required