RecoveryBackupJobDetailsFilterSpec
The Details.FilterSpec structure contains fields used to filter the results when listing backup jobs details (see Details.list).
Properties
array of
string
jobs
Optional
Identifiers of backup jobs that can match the filter. 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.
JSON Example
{
"jobs": [
"string"
]
}