POST Custom Job Types
The POST /JobTypes/Custom method is used to create a custom orchestrator Keyfactor orchestrators perform a variety of functions, including managing certificate stores and SSH key stores. job type in Keyfactor Command. This method returns HTTP 200 OK on a success with a message body containing a list of custom job type details.
Table 416: POST JobTypes Custom Input Parameters
Name | In | Description |
---|---|---|
Job Type Name | Body | Required. A string containing the short name for the custom job type. This is used to reference the job type when submitting a job for it. |
Description | Body | A string containing a description for the custom job type. |
Job Type Fields | Body |
An array of job type fields that indicate the type of tasks the job type is designed to perform. For example: Copy
|
Table 417: POST JobTypes Custom Response Data
Name | Description |
---|---|
Id | The Keyfactor Command reference GUID for the custom job type. This ID is automatically set by Keyfactor Command. |
Job Type Name | A string containing the short name for the custom job type. This is used to reference the job type when submitting a job for it. |
Description | A string containing a description for the custom job type. |
Job Type Fields |
An array of job type fields that indicate the type of tasks the job type is designed to perform. |


