Create On demand Workspace Backup
POST/v1/workspaces/:uid/backup/onDemand
Create On demand Workspace Backup
Request
Path Parameters
uid stringrequired
Header Parameters
ProjectUid string
Scope the request to the specified project uid
- application/json
 
Body
backupConfig
Cluster backup config
backupLocationNamestring
backupLocationUidstring
backupNamestring
backupPrefixstring
durationInHoursint64
includeAllDisksboolean
includeClusterResourcesboolean
locationTypestring
namespacesstring[]
schedule
Cluster feature schedule
scheduledRunTimestring
clusterUidsstring[]
includeAllClustersboolean
Responses
- 201
 
Created successfully
Response Headers
AuditUid string
Audit uid for the request
- application/json
 
- Schema
 - Example (from schema)
 
Schema
uidstringrequired
{
  "uid": "string"
}
Loading...