Get the stats of the service
Authorizations
Sandbox access token (envdAccessToken) for authenticating requests to a running sandbox. Returned by: POST /sandboxes (on create), POST /sandboxes/{sandboxID}/connect (on connect), POST /sandboxes/{sandboxID}/resume (on resume), and GET /sandboxes/{sandboxID} (for running or paused sandboxes).
Headers
Identifier of the target sandbox. Routes the request to that sandbox's envd over the shared sandbox host.
Port envd listens on inside the sandbox (default 49983).
Response
The resource usage metrics of the service
Resource usage metrics
Unix timestamp in UTC for current sandbox time
Number of CPU cores
CPU usage percentage
Total virtual memory in bytes
Used virtual memory in bytes
Used disk space in bytes
Total disk space in bytes
Used virtual memory in MiB
Total virtual memory in MiB