Ryzehosting
  1. tools
Ryzehosting
  • account
    • redeem voucher
      POST
    • save address
      POST
    • affiliate stats
      GET
    • transactions
      GET
    • get address
      GET
    • dashboard
      GET
    • balance
      GET
    • session
      GET
  • domain
    • whois privacy update
      POST
    • whois privacy get
      GET
    • contact update
      POST
    • nameservers
      POST
    • dns-records
      GET
    • contact get
      GET
    • dns update
      POST
    • authcode
      POST
    • pricelist
      GET
    • details
      GET
    • check
      POST
    • order
      POST
    • list
      GET
  • server
    • ipaddresses
      GET
    • password
      POST
    • hardware
      GET
    • reinstall
      POST
    • rrddata
      GET
    • cancel
      POST
    • status
      GET
    • prices
      GET
    • config
      GET
    • renew
      POST
    • power
      POST
    • hosts
      GET
    • order
      POST
    • vnc
      GET
    • list
      GET
    • ptr
      POST
    • os
      GET
  • webspace
    • packages
    • details
    • renew
    • status
    • order
    • list
  • ryzectrl
    • packages
    • details
    • renew
    • order
    • list
  • ticket
    • messages
    • message
    • details
    • create
    • open
    • close
    • list
  • tools
    • Create UUID
      POST
    • Iban Verify
      POST
    • Network
      POST
    • NoVNC
      POST
    • Whois
      POST
  • Schemas
    • Unauthorized
    • Success
  1. tools

Network

POST
tools/network

Request

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Body Params application/json

Examples

Responses

🟢200Success
application/json
Body

🟠401Unauthorized
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://dash.ryzehosting.com/api/v2/tools/network' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
  "host": "example.com",
  "type": "host" //ping//traceroute//mtr//host
}'
Response Response Example
200 - Success
{
    "response": "Successfully fetched network information",
    "state": "success",
    "code": 200,
    "data": {
        "host": "example.com",
        "type": "host",
        "command": "host 'example.com'",
        "output": "example.com has address 23.192.228.80\nexample.com has address 23.215.0.138\nexample.com has address 23.192.228.84\nexample.com has address 23.220.75.232\nexample.com has address 23.215.0.136\nexample.com has address 23.220.75.245\nexample.com has IPv6 address 2600:1406:bc00:53::b81e:94ce\nexample.com has IPv6 address 2600:1408:ec00:36::1736:7f31\nexample.com has IPv6 address 2600:1406:5e00:6::17ce:bc12\nexample.com has IPv6 address 2600:1408:ec00:36::1736:7f24\nexample.com has IPv6 address 2600:1406:bc00:53::b81e:94c8\nexample.com has IPv6 address 2600:1406:5e00:6::17ce:bc1b\nexample.com mail is handled by 0 .\n"
    }
}
Modified at 2025-12-30 03:56:49
Previous
Iban Verify
Next
NoVNC
Built with