Extensions Scripts
The Extensions Scripts component of the Keyfactor API includes methods necessary to create, update, retrieve and delete scripts configured for certificate requests, SSH
alerts, and workflows. The Extensions Scripts endpoints are new as of Keyfactor Command version 11 and replace previous functionality which stored scripts for alert event handlers and workflow
PowerShell steps in files in the directory structure on the server. The new method of storing the scripts in the database ensures they are stored safely and accessed only with appropriate permissions. Also see PowerShell Scripts for important information about working with scripts in Keyfactor Command.
Table 424: Extensions Scripts Endpoints
Endpoint | Method | Description | Link |
---|---|---|---|
/{id} | DELETE | Deletes a script. | DELETE Extensions Scripts ID |
/{id} | GET | Returns a single script that matches the provided ID. | GET Extensions Scripts ID |
/ | GET | Returns all scripts according to the provided filter and output parameters. | GET Extensions Scripts |
/ | POST | Adds a new script. | POST Extensions Scripts |
/ | PUT | Updates a script. | PUT Extensions Scripts |