cURL
curl --request GET \ --url https://global.thenile.dev/workspaces/{workspaceSlug}/metrics/compute \ --header 'Authorization: Bearer <token>'
[ { "usageByDatabase": {}, "chartData": { "points": [ { "x": 123, "y": 123 } ], "maxCPUCount": 123 }, "totalVCPUHours": 123, "start": "2023-11-07T05:31:56Z", "end": "2023-11-07T05:31:56Z" } ]
List dedicated compute metrics for a workspace.
Show child attributes
Was this page helpful?