Certificate Manager API, REST: CertificateContent.GetEx
Статья создана
Обновлена 30 октября 2025 г.
HTTP request
GET https://dpl.ycm.api.yandexcloud.kz/certificate-manager/v1/certificates:getEx
Query parameters
|
Field |
Description |
|
certificateId |
string Includes only one of the fields |
|
folderAndName |
Includes only one of the fields |
|
versionId |
string |
|
privateKeyFormat |
enum (PrivateKeyFormat)
|
FolderAndName
|
Field |
Description |
|
folderId |
string Required field. |
|
certificateName |
string Required field. |
Response
HTTP Code: 200 - OK
{
"certificateId": "string",
"versionId": "string",
"certificateChain": [
"string"
],
"privateKey": "string"
}
|
Field |
Description |
|
certificateId |
string |
|
versionId |
string |
|
certificateChain[] |
string |
|
privateKey |
string |