Returns the cluster restore of cluster
GET/v1/spectroclusters/:uid/features/restore
Returns the cluster restore of cluster
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 [
]
metadata
object
ObjectMeta is metadata that all persisted resources must have, which includes all objects users must create.
annotations
object
Annotations are system generated key value metadata for the resource. As an input certain annotations like description can be set.
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
Labels are key value data to organize and categorize resources. Providing spectro__tag as value for a label is considered as a kubernetes compliant tag
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 of the resource.
UID is the unique identifier generated for the resource. This is not an input field for any request.
spec
Cluster Restore Spec
status
Cluster Restore Status
clusterRestoreStatuses
undefined[]
actor
Compliance Scan actor
restoreStatusMeta
Restore status meta
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.
sourceClusterRef
object
{
"metadata": {
"annotations": {},
"creationTimestamp": "2024-04-16T17:49:01.955Z",
"deletionTimestamp": "2024-04-16T17:49:01.955Z",
"labels": {},
"lastModifiedTimestamp": "2024-04-16T17:49:01.955Z",
"name": "string",
"uid": "string"
},
"spec": {
"clusterUid": "string"
},
"status": {
"clusterRestoreStatuses": [
{
"actor": {
"actorType": "string",
"uid": "string"
},
"backupName": "string",
"backupRequestUid": "string",
"restoreRequestUid": "string",
"restoreStatusMeta": {
"isSucceeded": true,
"msg": "string",
"restoreTime": "2024-04-16T17:49:01.955Z"
},
"sourceClusterRef": {
"kind": "string",
"name": "string",
"uid": "string"
},
"state": "string"
}
]
}
}