List renewal profiles
GET/api/v1/workspaces/:id/certops/profiles
Returns the workspace's renewal profiles. A profile carries the execution contract the renewal scheduler uses for a certificate: SAN policy, key parameters, CA endpoint, ACME command reference, DNS provider and zone, and deployment paths. Profiles never hold key material.
Profiles are normally derived automatically from the issuance that
created a certificate, so derived is true for most rows and
editableFields lists the subset a caller may change.
Manager-only. A profile body describes deployment topology (certificate and key paths, reload unit, file ownership and modes, ACME command reference, CA account reference, DNS zone), so it is gated like the agent and machine-token routes rather than like the certificate inventory.
Request
Responses
- 200
- 401
- 403
- 404
- 500
Renewal profile inventory
Unauthorized
Forbidden
CertOps is disabled for this deployment or workspace
Internal server error