GET /dashboard/service/{id}/vps/charts

Get VPS performance charts

Retrieve performance chart data for the VPS.

Parameters

NameTypeInDescription
id*
integerpathThe service ID of the VPS.
period
stringqueryTime period for chart data (e.g., hour, day, week, month).

Response

200
403
404
successboolean
dataobject

Request

curl -X GET "https://api.royalehosting.net/dashboard/service/{id}/vps/charts" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "x-organization-id: YOUR_ORG_ID"

Response

{
  "success": true,
  "data": {}
}