Passer au contenu principal
POST
/
table
/
query_stats
Statistiques des requêtes sur le tableau
curl --request POST \
  --url https://api.example.com/table/query_stats \
  --header 'Authorization: Basic <encoded-value>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "project_id": "<string>",
  "digest": "<string>"
}
'
{
  "count": 123
}

Autorisations

Authorization
string
header
requis

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Corps

application/json
project_id
string
requis

L’ID du projet

Exemple:

"my_entity/my_project"

digest
string
requis

L’empreinte du tableau à interroger

Réponse

Réponse réussie

count
integer
requis