Backup
Backup
Overview
Provides an Application Programming Interface (API) that supports programmatic use of IaaS/PaaS products provided by SCP.
This guide provides a brief description of Backup service and how to call API. The API is provided as a RESTful API, and it responds in JSON format.
Version
Deprecated versions with Not Before dates that have arrived or expired are no longer supported. We recommend using the latest version.
| Version | Status | Not Before |
|---|---|---|
| 1.3 | CURRENT | - |
| 1.2 | SUPPORTED | 20261231 |
| 1.1 | DEPRECATED | 20260531 |
| 1.0 | DEPRECATED | 20260331 |
OpenAPI URL
https://backup.{region}.{environment}.samsungsdscloud.com
Environment and Region List
| environment | region |
|---|---|
| s | kr-west1 |
| s | kr-east1 |
| g | kr-south1 |
| g | kr-south2 |
| g | kr-south3 |
| e | kr-west1 |
| e | kr-east1 |
API Version History
1.3
Backup API has been released.
Changes
- [New]
GET /backup/v1/backup-agents- API has been added. - [New]
POST /backup/v1/backup-agents- API has been added. - [New]
GET /backup/v1/backup-agents/agent-install-file-path- API has been added. - [New]
GET /backup/v1/backup-agents/targets- API has been added. - [New]
DELETE /backup/v1/backup-agents/{backup_agent_id}- API has been added. - [New]
GET /backup/v1/backup-agents/{backup_agent_id}- API has been added. - [New]
GET /backup/v1/backup-agents/{backup_agent_id}/check-connection-state- API has been added. - [New]
GET /backup/v1/backups/check-filesystem-duplication- API has been added. - [New]
GET /backup/v1/backups- API has been added. - [New]
POST /backup/v1/backups- API has been added. - [New]
GET /backup/v1/backups/backup-targets- API has been added. - [New]
GET /backup/v1/backups/check-name-duplication- API has been added. - [New]
GET /backup/v1/backups/region-relationship- API has been added. - [New]
GET /backup/v1/backups/restore/check-name-duplication- API has been added. - [New]
DELETE /backup/v1/backups/{backup_id}- API has been added. - [New]
GET /backup/v1/backups/{backup_id}- API has been added. - [New]
GET /backup/v1/backups/{backup_id}/agent-backup-restore-targets- API has been added. - [New]
GET /backup/v1/backups/{backup_id}/backup-histories- API has been added. - [New]
PUT /backup/v1/backups/{backup_id}/filesystem-path- API has been added. - [New]
POST /backup/v1/backups/{backup_id}/manual-backup- API has been added. - [New]
PUT /backup/v1/backups/{backup_id}/replication- API has been added. - [New]
POST /backup/v1/backups/{backup_id}/restore- API has been added. - [New]
POST /backup/v1/backups/{backup_id}/restore-agent-backup- API has been added. - [New]
GET /backup/v1/backups/{backup_id}/restore-histories- API has been added. - [New]
DELETE /backup/v1/backups/{backup_id}/restore-targets- API has been added. - [New]
GET /backup/v1/backups/{backup_id}/restore-targets- API has been added. - [New]
GET /backup/v1/backups/{backup_id}/restore/restorable-subnets- API has been added. - [New]
PUT /backup/v1/backups/{backup_id}/retention-period- API has been added. - [New]
GET /backup/v1/backups/{backup_id}/schedules- API has been added. - [New]
PUT /backup/v1/backups/{backup_id}/schedules- API has been added. - [New]
GET /backup/v1/backups/{backup_id}/filesystem-path- API has been added.