Custom Job Types
The Custom Job Types 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 create, update, list and delete custom orchestrator
Keyfactor orchestrators perform a variety of functions, including managing certificate stores and SSH key stores. job types. Custom job types are intended to execute jobs on an orchestrator built using the AnyAgent
The AnyAgent, one of Keyfactor's suite of orchestrators, is used to allow management of certificates regardless of source or location by allowing customers to implement custom agent functionality via an API. framework that are outside the standard list of job functions built into Keyfactor Command. This powerful feature can execute just about any job that requires processing on the orchestrator and submitting data back to Keyfactor Command. The data submitted by custom jobs to Keyfactor Command is stored as a string and is limited to 2 MB.
Table 414: Custom Job Types Endpoints
Endpoint | Method | Description | Link |
---|---|---|---|
/{id} | DELETE | Deletes the custom job type for the specified ID. | DELETE Custom Job Types ID |
/{id} | GET | Returns details for the custom job type for the specified ID. | GET Custom Job Types ID |
/ | GET | Returns all the custom job types. | GET Custom Job Types |
/ | POST | Creates a custom job type. | POST Custom Job Types |
/ | PUT | Updates an existing custom job type. | PUT Custom Job Types |
Was this page helpful? Provide Feedback