CA Gateway provides the following endpoints.
| Description | Endpoint |
|---|---|
| CA endpoints | https://{host}:{port}/<server.servlet.context-path>/v1/certificate-authorities
|
| Documentation endpoint | https://{host}:{port}/{server.servlet.context-path}/doc
|
| Health endpoint | https://{host}:{port}/{management.endpoints.web.base-path}/health
|
| Metrics endpoint | https://{host}:{port}/{management.endpoints.web.base-path}/prometheus
|
| Ping endpoint | https://{host}:{port}/{management.endpoints.web.base-path}/health/{group}/ping
|
| Properties endpoint | https://{host}:{port}/{server.servlet.context-path}/v1/certificate-authorities/{caId}/properties?fields={properties}
|
| Status endpoint | https://{host}:{port}/{server.servlet.context-path}/v1/certificate-authorities/{caId}/status
|
| Swagger endpoint | https://{host}:{port}/{server.servlet.context-path}/swagger-ui
|
| Version endpoint | https://{host}:{port}/{server.servlet.context-path}/v1
|