v1

latestOpenAPI 3.1.02026-07-245531,0212.1 MB
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

totalJobsinteger

The total count of restore scan jobs. Example - 50

Example response

{
  "totalJobs": 5
}