Recovery_Backup_SystemName_Archive_FilterSpec

Recovery_Backup_SystemName_Archive_FilterSpec
Recovery_Backup_SystemName_Archive_FilterSpec

The Archive.FilterSpec structure contains fields used to filter the results when listing backup archives (see Archive.list). If multiple fields are specified, only backup archives matching all of the fields match the filter.

JSON Example
{
    "start_timestamp": "string",
    "end_timestamp": "string",
    "comment_substring": "string",
    "max_results": 0
}
string As date-time
start_timestamp
Optional

Backup must have been taken on or after this time to match the filter. If unset the filter will match oldest backups.

string As date-time
end_timestamp
Optional

Backup must have been taken on or before this time to match the filter. If unset the filter will match most recent backups.

string
comment_substring
Optional

Backup comment must contain this string to match the filter. If unset the filter will match backups with any comment.

integer As int64
max_results
Optional

Limit result to a max count of most recent backups. If unset it defaults to 128.