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 |
{group} | One of the groups listed by the health endpoint |
This endpoint returns the following values.
events
A list of events on the issued certificates. For example, certificate revocation.
The endpoint retrieves 0 events for days without events.
nextPageIndex
An index to track which day and which event should be collected next.
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 |