POST Certificate Stores Schedule

The POST /CertificateStores/Schedule operation creates and assigns a schedule to one or more certificate stores in Keyfactor Command. The POST request must contain an array of certificate store GUIDs and the properties that make up the schedule to attach to the stores. On success, the operation returns 204 with no content.

Tip:  The following permissions (see Security Roles and Claims) are required to use this feature:
/certificate_stores/schedule/
OR
/certificate_stores/schedule/#/

Permissions for certificate stores can be set at the system-wide level or certificate store application level. See Application Permissions for more information.

In permission strings, # represents a specific resource identifier. In /certificate_stores/ permission strings it refers to a certificate store application ID (for example, containerId).

Table 443: POST Certificate Stores Schedule Input Parameters

Name In Description
StoreIds Body Required. An array of strings providing the certificate store GUIDs to schedule.
Schedule Body

Required. An object indicating the inventory schedule for the certificate stores. ClosedShow schedule details.