Responses

  • 200 application/json

    The listing of Vps services on your account.

    Hide response attributes Show response attributes object
    • vps_id string Required

      The id of the vps.

    • vps_name string Required

      The name of the vps.

    • repeat_invoices_cost string Required

      The repeat invoices cost of the vps.

    • vps_hostname string Required

      The hostname of the vps.

    • vps_ip string Required

      The ip of the vps.

    • vps_status string Required

      The status of the vps.

    • services_name string Required

      The services name of the vps.

    • vps_comment string Required

      The comment of the vps.

  • 401 application/json

    Unauthorized

    Hide response attributes Show response attributes object
    • code string Required
    • message string Required
GET /vps
curl \
 --request GET 'https://my.interserver.net/apiv2/vps' \
 --header "X-API-KEY: $API_KEY"
Response examples (200)
[
  {
    "vps_id": "100",
    "vps_ip": "64.20.46.220",
    "vps_name": "Builder",
    "vps_status": "active",
    "vps_comment": "",
    "vps_hostname": "vps100",
    "services_name": "KVM Windows VPS Slice",
    "repeat_invoices_cost": "10.00"
  }
]
Response examples (401)
{
  "code": "string",
  "message": "string"
}