appliance recovery backup system name archive: filter spec

The filter_spec structure contains fields used to filter the results when listing backup archives (see list). If multiple fields are specified, only backup archives matching all of the fields match the filter. This structure was added in vSphere API 6.7

Representation:

{
    "comment_substring""string",
    "end_timestamp""2015-01-01T22:13:05.651Z",
    "max_results"1,
    "start_timestamp""2015-01-01T22:13:05.651Z"
}

Attributes:

Name Type Description
Optional
start_timestamp date_time Backup must have been taken on or after this time to match the filter. This attribute was added in vSphere API 6.7

Optional. If unset the filter will match oldest backups.

end_timestamp date_time Backup must have been taken on or before this time to match the filter. This attribute was added in vSphere API 6.7

Optional. If unset the filter will match most recent backups.

comment_substring string Backup comment must contain this string to match the filter. This attribute was added in vSphere API 6.7

Optional. If unset the filter will match backups with any comment.

max_results long Limit result to a max count of most recent backups. This attribute was added in vSphere API 6.7

Optional. If unset it defaults to 128.