Responses

  • 200 application/json

    VPS Order information

    Hide response attributes Show response attributes object
    • vpsSliceSsdOvzCost number Required

      Cost of VPS Slice SSD OVZ

    • vpsSliceOvzCost number Required

      Cost of VPS Slice OVZ

    • vpsSliceSsdVirtuozzoCost number Required

      Cost of VPS Slice SSD Virtuozzo

    • vpsSliceVirtuozzoCost number Required

      Cost of VPS Slice Virtuozzo

    • vpsSliceHypervCost number Required

      Cost of VPS Slice HyperV

    • vpsSliceVmwareCost number Required

      Cost of VPS Slice VMware

    • vpsSliceLxcCost number Required

      Cost of VPS Slice LXC

    • vpsSliceXenCost number Required

      Cost of VPS Slice Xen

    • vpsSliceKvmLCost number Required

      Cost of VPS Slice KVM L

    • vpsSliceKvmStorageCost number Required

      Cost of VPS Slice KVM Storage

    • vpsNyCost number Required

      Cost of VPS in NY

    • vpsSliceKvmWCost number Required

      Cost of VPS Slice KVM Windows

    • cpanelCost number Required

      Cost of cPanel

    • daCost number Required

      Cost of DirectAdmin (DA)

    • ramSlice string Required

      RAM for VPS Slice

    • hdSlice string Required

      Hard Disk for VPS Slice

    • hdStorageSlice string Required

      Storage Hard Disk for VPS Slice

    • bwSlice string Required

      Bandwidth for VPS Slice

    • bwType string Required

      Bandwidth Type

    • bwTotal number Required

      Total Bandwidth

    • maxSlices string Required

      Maximum Slices

    • platformPackages object Required

      Platform Packages

      Hide platformPackages attributes Show platformPackages attributes object
      • kvm number
      • kvmstorage number
      • hyperv number
    • platformNames object Required

      Platform Names

      Hide platformNames attributes Show platformNames attributes object
      • kvm string
      • kvmstorage string
      • hyperv string
    • packageCosts object Required

      Package Costs

      Hide packageCosts attribute Show packageCosts attribute object
      • 57 number
    • locationStock object Required

      Location Stock

      Hide locationStock attribute Show locationStock attribute object
      • 1 object
        Hide 1 attributes Show 1 attributes object
        • kvm boolean
        • kvmstorage boolean
        • hyperv boolean
    • locationNames object Required

      Location Names

      Hide locationNames attribute Show locationNames attribute object
      • 3 string
    • osNames object Required

      OS Names

      Hide osNames attributes Show osNames attributes object
      • opensuse string
      • ubuntu string
    • templates object Required

      Templates

      Hide templates attribute Show templates attribute object
      • hyperv object
        Hide hyperv attribute Show hyperv attribute object
        • windows object
          Hide windows attributes Show windows attributes object
          • Windows2019Standard string
          • Windows2022 string
    • serviceTypes object Required

      Service Types

      Hide serviceTypes attribute Show serviceTypes attribute object
      • 32 object
        Hide 32 attributes Show 32 attributes object
        • services_id string
        • services_name string
        • services_cost string
        • services_category string
        • services_buyable string
        • services_type string
        • services_field1 string
        • services_field2 string
        • services_module string
    • currency string Required

      Currency

    • currencySymbol string Required

      Currency Symbol

  • 401 application/json

    Unauthorized

    Hide response attributes Show response attributes object
    • code string Required
    • message string Required
GET /vps/order
curl \
 --request GET 'https://my.interserver.net/apiv2/vps/order' \
 --header "X-API-KEY: $API_KEY"
Response examples (200)
{
  "vpsSliceSsdOvzCost": 9,
  "vpsSliceOvzCost": 6,
  "vpsSliceSsdVirtuozzoCost": 9,
  "vpsSliceVirtuozzoCost": 6,
  "vpsSliceHypervCost": 10,
  "vpsSliceVmwareCost": 10,
  "vpsSliceLxcCost": 6,
  "vpsSliceXenCost": 6,
  "vpsSliceKvmLCost": 6,
  "vpsSliceKvmStorageCost": 6,
  "vpsNyCost": 3,
  "vpsSliceKvmWCost": 10,
  "cpanelCost": 22,
  "daCost": 8,
  "ramSlice": "2048",
  "hdSlice": "30",
  "hdStorageSlice": "1000",
  "bwSlice": "2000",
  "bwType": "2",
  "bwTotal": 2,
  "maxSlices": "16",
  "platformPackages": {
    "kvm": 32,
    "kvmstorage": 57,
    "hyperv": 54
  },
  "platformNames": {
    "kvm": "KVM",
    "kvmstorage": "KVM Storage",
    "hyperv": "HyperV"
  },
  "packageCosts": {
    "57": 6
  },
  "locationStock": {
    "1": {
      "kvm": true,
      "kvmstorage": true,
      "hyperv": true
    }
  },
  "locationNames": {
    "3": "Equinix NY4"
  },
  "osNames": {
    "opensuse": "OpenSUSE",
    "ubuntu": "Ubuntu"
  },
  "templates": {
    "hyperv": {
      "windows": {
        "Windows2019Standard": "2019 Standard",
        "Windows2022": "2022"
      }
    }
  },
  "serviceTypes": {
    "32": {
      "services_id": "32",
      "services_name": "KVM Windows VPS Slice",
      "services_cost": "10.00",
      "services_category": "2",
      "services_buyable": "1",
      "services_type": "1",
      "services_field1": "slice",
      "services_field2": "string",
      "services_module": "vps"
    }
  },
  "currency": "USD",
  "currencySymbol": "$"
}
Response examples (401)
{
  "code": "string",
  "message": "string"
}