Operations at nightlyJobs/
This page describes the service operations at this endpoint.
| URI | Method | Description |
|---|---|---|
| nightlyJobs/ | DELETE | Cancels all nightly jobs execution. |
| nightlyJobs/config | PUT | Sets nightly jobs settings for the Core. |
| nightlyJobs/config | GET | Gets nightly jobs settings for the Core. |
| nightlyJobs/config/{agentId} | GET | Gets jobs for the specified agent |
| nightlyJobs/config/{agentId} | PUT | Sets enabled nightly jobs for the agent. |
| nightlyJobs/configLight | GET | Gets nightly jobs settings for the Core without info about agents |
| nightlyJobs/jobConfiguration/{jobId} | PUT | Sets job configuration |
| nightlyJobs/jobConfiguration/{jobId} | GET | Gets job configuration for the specified job |
| nightlyJobs/jobConfiguration/{jobId}/{agentId} | PUT | Sets job configuration for specified agent |
| nightlyJobs/jobConfiguration/{jobId}/{agentId} | GET | Gets job configuration for the specified job of the agent. |
| nightlyJobs/status | GET | Determines whether nightly jobs are in progress and then gets the transaction id of currently running jobs. |