Service
List All Certificates
List all certificates configured in the cluster.
This endpoint returns a list of all certificates managed by certmgr,
including both user-provided and cephadm-signed certificates.
:param status: Filter by certificate status. Valid values: 'expired',
'expiring', 'valid', 'invalid'
:param scope: Filter by certificate scope. Valid values: 'SERVICE',
'HOST', 'GLOBAL'
:param service_type: Filter by service type. Supports wildcards
(e.g., 'rgw*')
:param include_cephadm_signed: If True, include cephadm-signed certificates.
If False (default), only user-provided certificates are returned.
:return: List of certificate objects with their details
get/api/service/certificate
Query parameters
statusstring
Filter by certificate status (e.g., "expired", "expiring", "valid", "invalid")
scopestring
Filter by certificate scope (e.g., "service", "host", "global")
service_typestring
Filter by certificate type (e.g., "rgw*")
include_cephadm_signedboolean
Include cephadm-signed certificates in the list (default: False)
Response
OK