purgeJobs
Purges jobs that have the specified parameters.
Applies to Integration Appliances only.
Parameters:
- projectName
- The name of the project that contains the configuration where the jobs run.
- version
- The version number of the project.
- configName
- The name of the configuration that contains the orchestration where the jobs run.
- orchName
- The name of the orchestration where the jobs run.
- jobId
- The ID of the job to be purged.
- jobKey
- The job key for the jobs to be purged.
- minStartDate
- The earliest date that the jobs started.
- maxStartDate
- The latest date that the jobs started.
- status
- The status of the jobs.
- exportJobs
- Whether to return the purged jobs - true or false.
- Returns:
- The purged jobs if exportJobs is set to true.