List Backup Schedules
Returns a list of existing schedules with details
Request
URLURL
Header Parameters
Header Parameters
Required session ID, acquired from Create Session API under CIS product
vmware-api-session-id example
"b00db39f948d13ea1e59b4d6fce56389"
Authentication
Response
Response BodyResponse Body
map
of
RecoveryBackupSchedulesInfo
of type application/json
Map of schedule id to Info Structure The key in the result map will be an identifier for the resource type: com.vmware.appliance.recovery.backup.schedule.
{
"enable": false,
"fast_backup": false,
"location": "string",
"location_user": "string",
"parts": [
"string"
],
"recurrence_info": {
"days": "MONDAY",
"hour": 0,
"minute": 0
},
"retention_info": {
"max_count": 0
}
}
Enable or disable a schedule, by default when created a schedule will be enabled.
URL of the backup location.
List of optional parts that will be included in backups based on this schedule details. Use the Parts.list operation to get information about the supported parts.
Option to enable Postgres DB/ VCDB fast backup If unset backup will proceed at slow rate
Username for the given location. If unset location user will not be used.
Recurrence information for the schedule. If unset backup job is not scheduled. See Schedules.RecurrenceInfo
Retention information for the schedule. If unset all the completed backup jobs are retained forever. See Schedules.RetentionInfo
Errors
com.vmware.vapi.std.errors.error : if any error occurs during the execution of the operation.
‘Default’ means this response is used for all HTTP codes that are not covered individually for this operation.
Code Samples
PowerCLI Client SDK Example
cURL Command
Vendor Extensions
x-vmw-doc-deprecated-method: get
x-vmw-doc-deprecated-path: /rest/appliance/recovery/backup/schedules
x-vmw-doc-operation: list