Path parameters

  • id integer Required

    The order ID number.

Responses

  • 200 application/json

    The Backup Information

    Hide response attributes Show response attributes object
    • serviceInfo object
      Hide serviceInfo attributes Show serviceInfo attributes object
      • backup_id string

        Backup ID.

      • backup_server string

        Backup server ID.

      • backup_username string

        Backup username.

      • backup_type string

        Backup type.

      • backup_currency string

        Backup currency.

      • backup_order_date string

        Backup order date.

      • backup_custid string

        Backup customer ID.

      • backup_quota string

        Backup quota.

      • backup_ip string

        Backup IP address.

      • backup_status string

        Backup status.

      • backup_invoice string

        Backup invoice.

      • backup_coupon string

        Backup coupon.

      • backup_extra string

        Backup extra information.

      • backup_server_status string

        Backup server status.

      • backup_comment string

        Backup comment.

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

        Last invoice date of the service.

      • service_payment_status string

        Payment status of the service.

      • service_frequency string

        Billing frequency of the service.

      • next_date string

        Next billing date of the service.

      • service_next_invoice_date string

        Next invoice date of the service.

      • service_currency string

        Currency of the service.

      • service_currency_symbol string

        Currency symbol of the service.

      • service_cost_info string

        Cost information of the service.

      • service_extra array[string]

        Service Extra Info

      • service_extra_json string

        JSON representation of extra service information.

    • custCurrency string

      Customer's currency.

    • custCurrencySymbol string

      Customer's currency symbol.

    • serviceMaster object
      Hide serviceMaster attributes Show serviceMaster attributes object
      • backup_id string

        Backup ID of the service master.

      • backup_name string

        Name of the backup service.

      • backup_ip string

        IP address of the backup service.

      • backup_type string

        Type of the backup service.

      • backup_hdsize string

        Size of the backup service's hard drive.

      • backup_hdfree string

        Amount of free space on the backup service's hard drive.

      • backup_last_update string

        Last update timestamp of the backup service.

      • backup_available string

        Availability status of the backup service.

      • backup_iowait string

        I/O wait status of the backup service.

      • backup_order string

        Order associated with the backup service.

    • package string

      Package information.

    • serviceExtra string
    • extraInfoTables object
      Hide extraInfoTables attribute Show extraInfoTables attribute object
      • ip_info object
        Hide ip_info attributes Show ip_info attributes object
        • title string

          Title of the IP information table.

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

            Description of the IP information.

          • value string

            Value of the IP information.

  • 401 application/json

    Unauthorized

    Hide response attributes Show response attributes object
    • code string Required
    • message string Required
GET /backups/{id}
curl \
 --request GET 'https://my.interserver.net/apiv2/backups/{id}' \
 --header "X-API-KEY: $API_KEY"
Response examples (200)
{
  "serviceInfo": {
    "backup_id": "21163",
    "backup_server": "38",
    "backup_username": "st21163",
    "backup_type": "10831",
    "backup_currency": "USD",
    "backup_order_date": "2021-12-29T14:09:57.000Z",
    "backup_custid": "2773",
    "backup_quota": "0",
    "backup_ip": "64.20.55.234",
    "backup_status": "canceled",
    "backup_invoice": "19591007",
    "backup_coupon": "0",
    "backup_extra": "[]",
    "backup_server_status": "deleted",
    "backup_comment": "string"
  },
  "client_links": [
    {
      "label": "string",
      "link": "string",
      "icon": "string",
      "icon_text": "string",
      "help_text": "string",
      "other_attr": "string"
    }
  ],
  "billingDetails": {
    "service_last_invoice_date": "December 29, 2021",
    "service_payment_status": "Paid",
    "service_frequency": "Monthly",
    "next_date": "2022-01-29T14:09:57.000Z",
    "service_next_invoice_date": "January 29, 2022",
    "service_currency": "USD",
    "service_currency_symbol": "$",
    "service_cost_info": "3",
    "service_extra": [
      "[]"
    ],
    "service_extra_json": "[]"
  },
  "custCurrency": "USD",
  "custCurrencySymbol": "$",
  "serviceMaster": {
    "backup_id": 38,
    "backup_name": "storage1400.is.cc",
    "backup_ip": "44.22.11.88",
    "backup_type": 703,
    "backup_hdsize": 156448,
    "backup_hdfree": 61374,
    "backup_last_update": "2023-08-17T23:20:02.000Z",
    "backup_available": 0,
    "backup_iowait": 0,
    "backup_order": 21359
  },
  "package": "string",
  "serviceExtra": "string",
  "extraInfoTables": {
    "ip_info": {
      "title": "IP Information",
      "rows": [
        {
          "desc": "Netmask",
          "value": "255.255.255.248"
        }
      ]
    }
  }
}
Response examples (401)
{
  "code": "string",
  "message": "string"
}