GET Alerts Expiration Schedule
The GET /Alerts/Expiration/Schedule method is used to retrieve the schedule for delivery of expiration alerts configured in Keyfactor Command. This method returns HTTP 200 OK on a success with details of the schedule for expiration alerts. This method has no input parameters other than the standard headers (see Endpoint Common Features).
Table 163: GET Alerts Expiration Schedule Response Data
Schedule |
An object indicating the schedule for delivery of the expiration alerts. Show schedule details.Daily | A dictionary that indicates a job scheduled to run every day at the same time with the parameter: Time | The date and time to next run the job. The date and time should be given using the ISO 8601 UTC time format YYYY-MM-DDTHH:mm:ss.000Z (e.g. 2023-11-19T16:23:01Z). |
For example, daily at 11:30 pm: Copy"Daily": { "Time": "2023-11-25T23:30:00Z" }
|
|
Tip: See the
Keyfactor API Reference and Utility which provides a utility through which the
Keyfactor endpoints can be called and results returned. It is intended to be used primarily for validation, testing and development. It also serves secondarily as documentation for the API. The link to the
Keyfactor API Reference and Utility is in the dropdown from the help icon (

) at the top of the
Management Portal page next to the
Log Out button.