Path parameters

  • id integer Required

    The order ID number.

Responses

  • 200 application/json

    Quickserver details

    Hide response attributes Show response attributes object
    • serviceInfo object Required
      Hide serviceInfo attributes Show serviceInfo attributes object
      • qs_id string

        Quickserver ID

      • qs_custid string

        Customer ID

      • qs_server string

        Server information

      • qs_ip string

        IP address

      • qs_ipv6

        IPv6 address (null)

      • qs_vzid string

        VZ ID

      • qs_currency string

        Currency

      • qs_type string

        Type

      • qs_order_date string

        Order date

      • qs_status string

        Status

      • qs_invoice string

        Invoice number

      • qs_coupon string

        Coupon information

      • qs_extra string

        Extra information

      • qs_hostname string

        Hostname

      • qs_server_status string

        Server status

      • qs_comment string

        Comment

      • qs_slices string

        Slices information

      • qs_vnc string

        VNC information

      • qs_vnc_port

        VNC port (null)

      • qs_rootpass string

        Root password

      • qs_mac string

        MAC address

      • qs_os string

        Operating system

      • qs_version string

        OS version

      • qs_location string

        Location

      • qs_platform

        Platform (null)

    • billingDetails object Required
      Hide billingDetails attributes Show billingDetails attributes object
      • service_last_invoice_date string

        Last invoice date

      • service_payment_status string

        Payment status

      • service_frequency string

        Service frequency

      • next_date string

        Next date

      • service_next_invoice_date string

        Next invoice date

      • service_currency string

        Currency

      • service_currency_symbol string

        Currency symbol

      • service_cost_info string

        Cost information

      • service_extra object
        Hide service_extra attribute Show service_extra attribute object
        • platform string

          Platform information

      • service_extra_json string

        Extra information (JSON format)

    • custCurrency string Required

      Currency of the customer

    • custCurrencySymbol string Required

      Currency symbol of the customer

    • serviceMaster object Required
      Hide serviceMaster attributes Show serviceMaster attributes object
      • qs_id string

        Quickserver ID

      • qs_name string

        Quickserver name

      • qs_ip string

        IP address

      • qs_type string

        Type

      • qs_hdsize string

        HDD size

      • qs_hdfree string

        Free HDD space

      • qs_bits string

        Bits

      • qs_load string

        Load

      • qs_ram string

        RAM information

      • qs_cpu_model string

        CPU model

      • qs_cpu_mhz string

        CPU frequency

      • qs_location string

        Location

      • qs_available string

        Available information

      • qs_cost string

        Cost

      • qs_last_update string

        Last update date

      • qs_cores string

        Number of cores

      • qs_iowait string

        I/O wait

      • qs_raid_status string

        RAID status

      • qs_drive_type string

        Drive type

      • qs_order string

        Order number

      • qs_raid_building string

        RAID building information

      • qs_kernel string

        Kernel version

      • qs_ioping string

        IOPing information

      • qs_speed string

        Speed information

      • qs_distro string

        Distribution name

      • qs_distro_version string

        Distribution version

      • qs_bytes_sec_in string

        Bytes/sec in

      • qs_bytes_sec_out string

        Bytes/sec out

      • qs_packets_sec_in string

        Packets/sec in

      • qs_packets_sec_out string

        Packets/sec out

      • qs_last_install_time

        Last install time (null)

      • qs_partitions

        Partitions information (null)

      • qs_cpu_flags string

        CPU flags

    • package string Required

      Package name

    • os_template string Required

      Operating system template

    • serviceExtra object Required
      Hide serviceExtra attribute Show serviceExtra attribute object
      • platform string

        Platform information

    • extraInfoTables object Required
      Hide extraInfoTables attributes Show extraInfoTables attributes object
      • ip_info object
        Hide ip_info attributes Show ip_info attributes object
        • title string

          Table title

        • rows array[object]
          Hide rows attributes Show rows attributes object
          • desc string

            Description

          • value string

            Value

      • addons object
        Hide addons attributes Show addons attributes object
        • title string

          Table title

        • rows array[object]
          Hide rows attributes Show rows attributes object
          • desc string

            Description

          • value string

            Value

    • cpu_graph_data string Required

      CPU graph data

    • bandwidth_xaxis string Required

      Bandwidth x-axis data

    • bandwidth_yaxis string Required

      Bandwidth y-axis data

    • module string Required

      Module information

    • token string Required

      Authentication token

    • service_disk_used string Required

      Used disk space

    • service_disk_total string Required

      Total disk space

    • disk_percentage number Required

      Disk usage percentage

    • memory string Required

      Memory information

    • hdd string Required

      HDD information

    • service_overview_extra array[string] Required
  • 401 application/json

    Unauthorized

    Hide response attributes Show response attributes object
    • code string Required
    • message string Required
GET /qs/{id}
curl \
 --request GET 'https://my.interserver.net/apiv2/qs/{id}' \
 --header "X-API-KEY: $API_KEY"
Response examples (200)
{
  "serviceInfo": {
    "qs_id": "24355",
    "qs_custid": "771282",
    "qs_server": "365",
    "qs_ip": "string",
    "qs_vzid": "qs24355",
    "qs_currency": "USD",
    "qs_type": "700",
    "qs_order_date": "2023-04-11T20:00:06.000Z",
    "qs_status": "canceled",
    "qs_invoice": "20297531",
    "qs_coupon": "0",
    "qs_extra": "{\"platform\":\"kvm\"}",
    "qs_hostname": "qs24355",
    "qs_server_status": "deleted",
    "qs_comment": "string",
    "qs_slices": "0",
    "qs_vnc": "99.88.77.66",
    "qs_rootpass": "string",
    "qs_mac": "string",
    "qs_os": "ubuntu-22.04",
    "qs_version": "Ubuntu",
    "qs_location": "1"
  },
  "client_links": [
    {
      "label": "Invoices",
      "link": "invoices",
      "icon": "fas fa-file-invoice-dollar fa-w-12",
      "icon_text": "string",
      "help_text": "Invoice History",
      "other_attr": "string"
    }
  ],
  "billingDetails": {
    "service_last_invoice_date": "April 11, 2023",
    "service_payment_status": "Paid",
    "service_frequency": "Monthly",
    "next_date": "2023-05-11T20:00:06.000Z",
    "service_next_invoice_date": "May 11, 2023",
    "service_currency": "USD",
    "service_currency_symbol": "$",
    "service_cost_info": "49.00",
    "service_extra": {
      "platform": "kvm"
    },
    "service_extra_json": "{\"platform\":\"kvm\"}"
  },
  "custCurrency": "USD",
  "custCurrencySymbol": "$",
  "serviceMaster": {
    "qs_id": "365",
    "qs_name": "Qs365",
    "qs_ip": "string",
    "qs_type": "14",
    "qs_hdsize": "1760",
    "qs_hdfree": "1192",
    "qs_bits": "64",
    "qs_load": "3.45",
    "qs_ram": "29550679",
    "qs_cpu_model": "Intel(R) Xeon(R) CPU E3-1271 v3 @ 3.60GHz",
    "qs_cpu_mhz": "2900",
    "qs_location": "1",
    "qs_available": "0",
    "qs_cost": "49",
    "qs_last_update": "2023-08-17T23:52:02.000Z",
    "qs_cores": "8",
    "qs_iowait": "6.89",
    "qs_raid_status": "OK: zfs:all pools are healthy",
    "qs_drive_type": "SSD",
    "qs_order": "92263",
    "qs_raid_building": "0",
    "qs_kernel": "5.15.0-69-generic",
    "qs_ioping": "330707348",
    "qs_speed": "1000",
    "qs_distro": "Ubuntu",
    "qs_distro_version": "22.04",
    "qs_bytes_sec_in": "0",
    "qs_bytes_sec_out": "0",
    "qs_packets_sec_in": "0",
    "qs_packets_sec_out": "0",
    "qs_cpu_flags": "string"
  },
  "package": "Rapid Deploy Server",
  "os_template": "Ubuntu 22.04",
  "serviceExtra": {
    "platform": "kvm"
  },
  "extraInfoTables": {
    "ip_info": {
      "title": "IP Information",
      "rows": [
        {
          "desc": "Netmask",
          "value": "string"
        }
      ]
    },
    "addons": {
      "title": "Addons",
      "rows": [
        {
          "desc": "Additional IP Address",
          "value": "string"
        }
      ]
    }
  },
  "cpu_graph_data": "{\"labels\":[],\"value\":[]}",
  "bandwidth_xaxis": "[]",
  "bandwidth_yaxis": "[]",
  "module": "quickservers",
  "token": "%3Ftoken%3DAKLFIJOAQIRFOPIEWQRURQOIURWQOI",
  "service_disk_used": "0.00 GB",
  "service_disk_total": "0.00 GB",
  "disk_percentage": 32.27,
  "memory": "0GB",
  "hdd": "0GB",
  "service_overview_extra": [
    "string"
  ]
}
Response examples (401)
{
  "code": "string",
  "message": "string"
}