googleapis.com – cloudscheduler
Creates and manages jobs run on a regular recurring schedule.
- Homepage
- https://api.apis.guru/v2/specs/googleapis.com:cloudscheduler/v1.json
- Provider
- googleapis.com:cloudscheduler / cloudscheduler
- OpenAPI version
- 3.0.0
- Spec (JSON)
- https://api.apis.guru/v2/specs/googleapis.com/cloudscheduler/v1/openapi.json
- Spec (YAML)
- https://api.apis.guru/v2/specs/googleapis.com/cloudscheduler/v1/openapi.yaml
Tools (11)
Extracted live via the executor SDK.
-
projects.cloudschedulerProjectsLocationsJobsCreateCreates a job.
-
projects.cloudschedulerProjectsLocationsJobsDeleteDeletes a job.
-
projects.cloudschedulerProjectsLocationsJobsGetGets a job.
-
projects.cloudschedulerProjectsLocationsJobsListLists jobs.
-
projects.cloudschedulerProjectsLocationsJobsPatchUpdates a job. If successful, the updated Job is returned. If the job does not exist,
NOT_FOUNDis returned. If UpdateJob does not successfully return, it is possible for the job to be in an Job.State.UPDATE_FAILED state. A job in this state may not be executed. If this happens, retry the UpdateJob request until a successful response is received. -
projects.cloudschedulerProjectsLocationsJobsPausePauses a job. If a job is paused then the system will stop executing the job until it is re-enabled via ResumeJob. The state of the job is stored in state; if paused it will be set to Job.State.PAUSED. A job must be in Job.State.ENABLED to be paused.
-
projects.cloudschedulerProjectsLocationsJobsResumeResume a job. This method reenables a job after it has been Job.State.PAUSED. The state of a job is stored in Job.state; after calling this method it will be set to Job.State.ENABLED. A job must be in Job.State.PAUSED to be resumed.
-
projects.cloudschedulerProjectsLocationsJobsRunForces a job to run now. When this method is called, Cloud Scheduler will dispatch the job, even if the job is already running.
-
projects.cloudschedulerProjectsLocationsListLists information about the supported locations for this service.
-
openapi.previewSpecPreview an OpenAPI document before adding it as a source
-
openapi.addSourceAdd an OpenAPI source and register its operations as tools