Certificate Manager Private CA API, REST: PrivateCaCertificate.Get
Retrieves information about a specific certificate.
HTTP request
GET https://private-ca.certificate-manager.api.cloud.yandex.net/privateca/v1/privateCertificates/{certificateId}
Path parameters
Request to retrieve details of a specific certificate.
Field |
Description |
certificateId |
string Required field. The ID of the certificate to retrieve. |
Response
HTTP Code: 200 - OK
{
"id": "string",
"certificateAuthorityId": "string",
"name": "string",
"description": "string",
"issuedAt": "string",
"notAfter": "string",
"notBefore": "string",
"deletionProtection": "boolean",
"createdAt": "string",
"updatedAt": "string"
}
A private certificate issued by a private certificate authority.
Field |
Description |
id |
string ID of the private certificate. |
certificateAuthorityId |
string ID of the certificate authority that issued the private certificate. |
name |
string Name of the private certificate. |
description |
string Description of the private certificate. |
issuedAt |
string (date-time) Time when the private certificate was issued. String in RFC3339 To work with values in this field, use the APIs described in the |
notAfter |
string (date-time) Time after which the private certificate is not valid. String in RFC3339 To work with values in this field, use the APIs described in the |
notBefore |
string (date-time) Time before which the private certificate is not valid. String in RFC3339 To work with values in this field, use the APIs described in the |
deletionProtection |
boolean Flag that protects deletion of the private certificate. |
createdAt |
string (date-time) Time when the private certificate was created. String in RFC3339 To work with values in this field, use the APIs described in the |
updatedAt |
string (date-time) Time when the private certificate was updated. String in RFC3339 To work with values in this field, use the APIs described in the |