Get Backup History
Get history of previous backup operations
Request
URI
GET
https://nsxmanager.your.domain/api/v1/cluster/backups/history
COPY
Responses
200
Success
Returns BackupOperationHistory of type(s) application/json
{
"inventory_backup_statuses": [
{
"backup_id": "string",
"end_time": 0,
"success": false,
"start_time": 0,
"error_message": "string",
"error_code": "string"
}
],
"cluster_backup_statuses": [
{
"backup_id": "string",
"end_time": 0,
"success": false,
"start_time": 0,
"error_message": "string",
"error_code": "string"
}
],
"node_backup_statuses": [
{
"backup_id": "string",
"end_time": 0,
"success": false,
"start_time": 0,
"error_message": "string",
"error_code": "string"
}
]
}
default
Unexpected error
Returns ApiError of type(s) application/json
{
"module_name": "string",
"error_message": "string",
"error_code": 0
}
string
module_name
Optional
module_name
string
error_message
Optional
error_message
integer As int64 As int64
error_code
Optional
error_code