Skip to main content
GET
/
api
/
v1
/
cert-manager
/
installations
/
{installationId}
cURL
curl --request GET \
  --url https://us.infisical.com/api/v1/cert-manager/installations/{installationId}
{
  "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>",
  "discoveryName": "<string>",
  "certificates": [
    {
      "certificateId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "firstSeenAt": "2023-11-07T05:31:56Z",
      "lastSeenAt": "2023-11-07T05:31:56Z",
      "commonName": "<string>",
      "serialNumber": "<string>",
      "notBefore": "2023-11-07T05:31:56Z",
      "notAfter": "2023-11-07T05:31:56Z",
      "status": "<string>",
      "friendlyName": "<string>",
      "fingerprintSha256": "<string>"
    }
  ]
}

Path Parameters

installationId
string<uuid>
required

The ID of the installation

Response

Default Response

id
string<uuid>
required
projectId
string
required
locationType
string
required
locationFingerprint
string
required
lastSeenAt
string<date-time>
required
createdAt
string<date-time>
required
updatedAt
string<date-time>
required
locationDetails
any
name
string | null
type
string
default:unknown
metadata
unknown
discoveryName
string | null
certificates
object[]