List Backup System Name Archive
Returns information about backup archives corresponding to given backup location and system name, which match the Archive.FilterSpec.
Request
URLURL
Path Parameters
Path Parameters
Query Parameters
Query Parameters
Header Parameters
Header Parameters
Request Body
This is a request body class for an operation.
{
"filter_spec": {
"comment_substring": "string",
"end_timestamp": "string",
"max_results": 0,
"start_timestamp": "string"
}
}
Specification of matching backups for which information should be returned.
Response
Response BodyResponse Body
array
of
RecoveryBackupSystemNameArchiveSummary of type application/json
Commonly used information about the backup archives.
{
"archive": "string",
"comment": "string",
"timestamp": "string",
"version": "string"
}
Backup archive identifier. When clients pass a value of this structure as a parameter, the field must be an identifier for the resource type: com.vmware.appliance.recovery.backup.system_name.archive. When operations return a value of this structure as a result, the field will be an identifier for the resource type: com.vmware.appliance.recovery.backup.system_name.archive.
Custom comment added by the user for this backup.
Time when this backup was started.
The version of the appliance represented by the backup archive.