Orchestrator Jobs
The Orchestrator Keyfactor orchestrators perform a variety of functions, including managing certificate stores and SSH key stores. Jobs component of the Keyfactor API
An API is a set of functions to allow creation of applications. Keyfactor offers the Keyfactor API, which allows third-party software to integrate with the advanced certificate enrollment and management features of Keyfactor Command. includes methods necessary to schedule orchestrator jobs and view the results of jobs.
Table 567: Orchestrator Jobs Endpoints
Endpoint | Method | Description | Link |
---|---|---|---|
/JobStatus/Data | GET | Retrieves the results of a custom job using the provided information. | GET Orchestrator Jobs Job Status Data |
/JobHistory | GET | Returns the details of history records on orchestrator jobs, including in-process jobs. | GET Orchestrator Jobs Job History |
/ScheduledJobs | GET | Returns the details of active scheduled jobs, including in-process jobs. | GET Orchestrator Jobs Scheduled Jobs |
/Custom | POST | Schedules a custom job on the orchestrator using the provided information. | POST Orchestrator Jobs Custom |
/Reschedule | POST | Reschedules a failed orchestrator job. | POST Orchestrator Jobs Reschedule |
/Unschedule | POST | Unschedules an active orchestrator job. | POST Orchestrator Jobs Unschedule |
/Acknowledge | POST | Sets the status of a failed orchestrator job to acknowledged. | POST Orchestrator Jobs Acknowledge |
/Custom/Bulk | POST | Schedules a custom job on multiple orchestrator using the provided information. | POST Orchestrator Jobs Reschedule |
Was this page helpful? Provide Feedback