List backups within a specified time range
GET
/api/backupList all backups or backups within a specific time range.
请求参数
[message.queryParameter]
startTime
integer
可选
Start time of the backup range in timestamp
endTime
integer
可选
End time of the backup range in timestamp
示例代码
[api.label.responses]
OK(200)
Bad Request(400)
HTTP 状态码: 200
内容格式: JSONapplication/json
[response.label.jsonSchema]
array of:
backup_id
string
可选
path
string
可选
save_time
string
可选
[api.label.example]
[app.settings.hasNoSetting]
[updatedIn] 10 个月前