hosting

GET /v1/sites/{siteId}/website-backups

The standard backup a site's hosting package currently holds.

Όλα τα τελικά σημεία hosting

Όλα τα έγγραφα προγραμματιστών

Πισtoποίηση

Στείλτε ένα κλειδί API ως διακριτικό φορέα (bearer token). Το κλειδί πρέπει να διαθέτει το δικαίωμα sites.view· ένα κλειδί που δεν το διαθέτει απορρίπτεται με 403, όχι 404.

Αυτό το τελικό σημείο δεν δέχεται αναγνωριστικό οργανισμού. Το κλειδί σας προσδιορίζει ήδη τον οργανισμό στον οποίο ανήκει, και η απάντηση περιορίζεται σε αυτόν.

Δοκιμάστε το

Ατικatastήstε ό,τι βρίskεtai μέσα σe γώniaδeς μe τis δikές sas timές, kai to placeholder klεidioύ μe éna klεidi apó ton pinaka ελέgchou sas.

curl -X GET https://api.zinndigital.com/v1/sites/{siteId}/website-backups \
  -H "Authorization: Bearer zdk_live_…"

Συνδεθήκατε; Η κονσόλα API στον πίνακα ελέγχου σας συμπληρώνει το πραγματικό αναγνωριστικό του οργανισμού σας και το δικό σας κλειδί, και εκτελεί το αίτημα στο ζωντανό API, ώστε να μπορείτε να δείτε την πραγματική απόκριση. Ανοίξτε αυτό το τελικό σημείο στην κονσόλα API

Λεπτομέρειες

The hosting platform's included on-demand backup for this site — a downloadable archive of files and databases. This is a different product from getSiteVendorSnapshots, which is the platform's paid point-in-time service, and from listSiteBackups, which is our own archive. ⛔ The platform deletes one of these after retention_hours (12 today). That is the character of the product: it is a button, not a history, and a client must render the real age rather than presenting it as durable protection. backup is null when the platform holds none — never when we failed to ask, which is an error status. ⭐ complete is not status restated: it also requires a download_url, because a job reporting completion with no archive is nothing the customer can act on. 404 for a site with no vendor hosting package, or one that is not the caller's. Requires sites.view.

Παράμετροι

ΌνομαΤύpοςΥποχρεωτικόΤι είναι
siteId (path)UuidΝαιSite ID (UUIDv7).

Απάντηση

ΌνομαΤύpοςΥποχρεωτικόΤι είναι
availablebooleanΝαιWhether this site runs on a hosting package with a standard-backup surface at all. false renders nothing rather than an empty list.
retention_hoursintegerΝαιHow long the platform keeps one. Sent rather than hardcoded in the client so the screen can show a real expiry, and so it cannot drift if the platform changes it.
backupWebsiteBackupΝαιThe current backup, or null when the platform holds none. ⛔ null never means we failed to ask — that is an error status, not an empty surface.

Σφάλματα που μπορεί να επιστρέψει αυτό το τελικό σημείο

401 · 403 · 404 · 422 · 429 · 503