appliance recovery backup job details: filter spec

The filter_spec structure contains fields used to filter the results when listing backup jobs details (see list). This structure was added in vSphere API 6.7

Representation:

{
    "jobs"[
        "obj-103",
        "obj-103"
    ]
}

Attributes:

Name Type Description
Optional
jobs string[] Identifiers of backup jobs that can match the filter. This attribute was added in vSphere API 6.7

Optional. If unset the filter will match all the backup jobs.When clients pass a value of this structure as a parameter, the field must contain identifiers for the resource type: com.vmware.appliance.recovery.backup.job. When operations return a value of this structure as a result, the field will contain identifiers for the resource type: com.vmware.appliance.recovery.backup.job.