Certificate Manager API, REST: CertificateContent.GetEx
Статья создана
Обновлена 29 января 2026 г.
HTTP request
GET https://data.certificate-manager.api.cloud.yandex.net/certificate-manager/v1/certificates:getEx
Query parameters
|
Field |
Description |
|
certificateId |
string The maximum string length in characters is 50. Includes only one of the fields |
|
folderAndName |
Includes only one of the fields |
|
versionId |
string The maximum string length in characters is 50. |
|
privateKeyFormat |
enum (PrivateKeyFormat)
|
FolderAndName
|
Field |
Description |
|
folderId |
string Required field. The maximum string length in characters is 50. |
|
certificateName |
string Required field. The maximum string length in characters is 100. |
Response
HTTP Code: 200 - OK
{
"certificateId": "string",
"versionId": "string",
"certificateChain": [
"string"
],
"privateKey": "string"
}
|
Field |
Description |
|
certificateId |
string |
|
versionId |
string |
|
certificateChain[] |
string |
|
privateKey |
string |