Responses

  • 200 application/json

    The listing of Backups services on your account.

    Hide response attributes Show response attributes object
    • backup_id string

      The id of the backup.

    • backup_name string

      The name of the backup.

    • backup_cost string

      The cost of the backup.

    • backup_username string

      The username of the backup.

    • backup_status string

      The status of the backup.

    • services_name string

      The services name of the backup.

  • 401 application/json

    Unauthorized

    Hide response attributes Show response attributes object
    • code string Required
    • message string Required
GET /backups
curl \
 --request GET 'https://my.interserver.net/apiv2/backups' \
 --header "X-API-KEY: $API_KEY"
Response examples (200)
[
  {
    "backup_id": "2414",
    "backup_cost": "5.99",
    "backup_name": "storage-nj.interserver.net",
    "backup_status": "pending-setup",
    "services_name": "Swift Storage",
    "backup_username": "detainin2414"
  }
]
Response examples (401)
{
  "code": "string",
  "message": "string"
}