Ryzehosting
  1. Server
Ryzehosting
  • Server
    • List Servers
      GET
    • List OS
      GET
    • List Hardware
      GET
    • Order KVM
      POST
    • Update PTR
      PUT
    • Renew Server
      POST
    • Cancel Server
      POST
    • Get Config
      GET
    • Stop Server
      POST
    • Start Server
      POST
    • Restart Server
      POST
    • Reinstall Server
      POST
    • Update Password
      PUT
    • Get RRData
      GET
    • Get Status
      GET
    • Server VNC
      GET
  • Account
    • Account Balance
      GET
  1. Server

Get RRData

GET
/api/v1/server/{uuid}/rrdata

Request

Path Params

Header Params

Body Params application/json

Examples

Responses

🟢200Success
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://dash.ryzehosting.com/api/v1/server/0199f35c-c00c-8117-a60c-2dc85e900f13/rrdata' \
--header 'Authorization: Bearer <API-KEY>' \
--header 'Content-Type: application/json' \
--data-raw '{
    "timeframe": "hour"
}'
Response Response Example
{}
Modified at 2025-10-17 18:09:41
Previous
Update Password
Next
Get Status
Built with