cURL
curl --request GET \ --url https://api.rigbox.dev/api/workspaces/{id}/metrics \ --header 'Authorization: Bearer <token>'
{ "cpu_percent": 123, "disk_total_mb": 123, "disk_used_mb": 123, "ram_total_mb": 123, "ram_used_mb": 123, "updated_at": "2023-11-07T05:31:56Z", "workspace_id": "<string>" }
Get live CPU, memory, and disk usage metrics for a running workspace.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Workspace ID
Workspace resource metrics