Restore scans
List count of restore scan jobs
Returns the count of restore scan jobs.
get/rwcscanmaster/v1/jobs/count
Query parameters
createdIn'Last 24 Hours' | 'Last 7 Days' | 'Last 1 Month' | 'Last 2 Months' | 'Last 3 Months'
Specify the duration to retrieve the number of restore scan jobs that have been run within a specified period of time. :fa-info-circle: The API returns the total count of all restore scan jobs run to date if no value is provided.
Response
OK
Example response
{
"totalJobs": 5
}Changes
No recorded changes to this endpoint across all 1 revision of this API.