POST Certificate Stores Schedule

The POST /CertificateStores/Schedule method is used to create and assign 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 store(s). This endpointClosed An endpoint is a URL that enables the API to gain access to resources on a server. returns 204 with no content upon success.

Tip:  The following permissions (see Security Overview) are required to use this feature:

CertificateStoreManagement: Schedule

Permissions for certificate stores can be set at either the global or certificate store container level. See Container Permissions in the Keyfactor Command Reference Guide for more information about global vs container permissions.

Table 272: 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. The inventory schedule for the certificate store(s). ClosedShow schedule details.