mirror of
https://github.com/scratchfoundation/scratch-rest-api.git
synced 2024-12-12 09:01:04 -05:00
499 B
499 B
GET /health
Used by the load balancer and related monitoring systems to return the status of a given API node.
Request URL
https://api.scratch.mit.edu/health
Example Request
curl -X GET "https://api.scratch.mit.edu/health"
Example Response
{
"uptime":3083522,
"load":[
0.0537109375,
0.0458984375,
0.0478515625
],
"sql":{
"started":"2015-11-24T17:26:38.842Z",
"min":0,
"max":20
}
}