The following endpoint returns a list of events in the certificates issued by a certificate authority.
https://{host}:{port}/<server.servlet.context-path>/v1/certificate-authorities/{caId}/certificate-eventsSee the table below for a description of each field.
Field | Value |
|---|---|
{host} | The hostname or IP address of the CA Gateway host server |
{port} | The port of the CA Gateway service |
{server.servlet.context-path} | The value of the |
This endpoint returns the following values.
events
A list of events on the issued certificates. For example, certificate revocation.
The endpoint returns 0 events for days with no events.
nextPageIndex
An index to track which day and which event should be collected next.
- This index depends on the value assigned to the
default-query-page-sizeconfiguration parameter. - After the first query to the endpoint, all subsequent queries must include this index.
hasMore
A flag indicating if the endpoint has more results to return.
Value | Description |
|---|---|
true | The endpoint can return more events from the last |
false | All events have been collected, so the caller can stop invoking the endpoint |