Create On demand Workspace Restore
POST/v1/workspaces/:uid/restore/onDemand
Create On demand Workspace Restore
Request
Path Parameters
uid stringrequired
Header Parameters
ProjectUid string
Scope the request to the specified project uid
- application/json
 
Body
- Array [
 - ]
 
backupRequestUidstringrequired
restoreConfigs undefined[]
backupNamestringrequired
includeClusterResourcesboolean
includeNamespacesstring[]
preserveNodePortsboolean
restorePVsboolean
sourceClusterUidstringrequired
Responses
- 201
 
Created successfully
Response Headers
AuditUid string
Audit uid for the request
- application/json
 
- Schema
 - Example (from schema)
 
Schema
uidstringrequired
{
  "uid": "string"
}
Loading...