cURL
curl --request GET \ --url https://us.infisical.com/api/v1/cert-manager/installations
{ "installations": [ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "projectId": "<string>", "locationType": "<string>", "locationFingerprint": "<string>", "lastSeenAt": "2023-11-07T05:31:56Z", "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z", "locationDetails": "<unknown>", "name": "<string>", "type": "unknown", "metadata": "<unknown>", "certificatesCount": 123, "primaryCertName": "<string>", "discoveryName": "<string>" } ], "totalCount": 123 }
List PKI certificate installations for a project
The ID of the project
Filter by discovery configuration ID
Filter by certificate ID
Pagination offset
x >= 0
Pagination limit
1 <= x <= 100
Search filter for name, hostname, or IP address
Default Response
Show child attributes
Was this page helpful?