Returns the workspace backup result
GET/v1/workspaces/:uid/backup
Returns the workspace backup result
Request
Path Parameters
Query Parameters
Header Parameters
Scope the request to the specified project uid
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema
Array [
Array [
]
]
metadata
object
ObjectMeta is metadata that all persisted resources must have, which includes all objects users must create.
annotations
object
Annotations is an unstructured key value map stored with a resource that may be set by external tools to store and retrieve arbitrary metadata. They are not queryable and should be preserved when modifying objects. More info: http://kubernetes.io/docs/user-guide/annotations
Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.
Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.
labels
object
Map of string keys and values that can be used to organize and categorize (scope and select) objects. May match selectors of replication controllers and services. More info: http://kubernetes.io/docs/user-guide/labels
Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.
Name must be unique within a namespace. Is required when creating resources, although some resources may allow a client to request the generation of an appropriate name automatically. Name is primarily intended for creation idempotence and configuration definition. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/identifiers#names
UID is the unique in time and space value for this object. It is typically generated by the server on successful creation of a resource and is not allowed to change on PUT operations.
Populated by the system. Read-only. More info: http://kubernetes.io/docs/user-guide/identifiers#uids
spec
Workspace backup spec
config
Workspace backup config
backupConfig
Cluster backup config
schedule
Cluster feature schedule
status
Workspace backup status
workspaceBackupStatuses
undefined[]
actor
Compliance Scan actor
workspaceBackupConfig
Workspace cluster backup config
backupState
Workspace backup state
Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.
clusterBackupRefs
undefined[]
backupStatusMeta
Backup status meta
backupState
Backup state
Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.
Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.
config
Workspace backup status config
Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.
{
"metadata": {
"annotations": {},
"creationTimestamp": "2024-07-02T18:20:59.853Z",
"deletionTimestamp": "2024-07-02T18:20:59.853Z",
"labels": {},
"lastModifiedTimestamp": "2024-07-02T18:20:59.853Z",
"name": "string",
"uid": "string"
},
"spec": {
"config": {
"backupConfig": {
"backupLocationName": "string",
"backupLocationUid": "string",
"backupName": "string",
"backupPrefix": "string",
"durationInHours": 0,
"includeAllDisks": true,
"includeClusterResources": true,
"locationType": "string",
"namespaces": [
"string"
],
"schedule": {
"scheduledRunTime": "string"
}
},
"clusterUids": [
"string"
],
"includeAllClusters": true
},
"workspaceUid": "string"
},
"status": {
"workspaceBackupStatuses": [
{
"actor": {
"actorType": "string",
"uid": "string"
},
"requestUid": "string",
"workspaceBackupConfig": {
"backupName": "string",
"backupState": {
"deleteState": "string",
"state": "string"
},
"backupTime": "2024-07-02T18:20:59.853Z",
"clusterBackupRefs": [
{
"backupStatusMeta": {
"backupName": "string",
"backupState": {
"backupTime": "2024-07-02T18:20:59.853Z",
"deleteState": "string",
"msg": "string",
"state": "string"
},
"backupedNamespaces": [
"string"
],
"expiryDate": "2024-07-02T18:20:59.853Z"
},
"backupUid": "string",
"clusterName": "string",
"clusterUid": "string"
}
],
"config": {
"backupName": "string",
"durationInHours": 0,
"includeAllDisks": true,
"includeClusterResources": true,
"namespaces": [
"string"
]
},
"requestTime": "2024-07-02T18:20:59.853Z"
}
}
]
}
}