Advanced Server Access
//
Retrieve a status report...
GET
curl -i -X GET \
'https://app.scaleft.com/v1/teams/{team_name}/gateways/{gateway_id}/status' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'OK
The number of Clients actively connected to the Gateway
The total amount in bytes of storage space available for use by the Gateway
Response
{ "active_connections": 2, "gateway_id": "7d6dbd30-d32f-4a7a-94d2-31e95747d460", "status": "ONLINE", "total_storage_bytes": 4096, "updated_at": "0001-01-01T00:00:00Z", "used_storage_bytes": 2048 }