Certificate Manager API, gRPC: CertificateContentService.GetEx
Written by
Updated at August 8, 2025
gRPC request
rpc GetEx (GetExCertificateContentRequest) returns (GetExCertificateContentResponse)
GetExCertificateContentRequest
{
// Includes only one of the fields `certificate_id`, `folder_and_name`
"certificate_id": "string",
"folder_and_name": {
"folder_id": "string",
"certificate_name": "string"
},
// end of the list of possible fields
"version_id": "string",
"private_key_format": "PrivateKeyFormat"
}
|
Field |
Description |
|
certificate_id |
string Includes only one of the fields |
|
folder_and_name |
Includes only one of the fields |
|
version_id |
string |
|
private_key_format |
enum PrivateKeyFormat
|
FolderAndName
|
Field |
Description |
|
folder_id |
string Required field. |
|
certificate_name |
string Required field. |
GetExCertificateContentResponse
{
"certificate_id": "string",
"version_id": "string",
"certificate_chain": [
"string"
],
"private_key": "string"
}
|
Field |
Description |
|
certificate_id |
string |
|
version_id |
string |
|
certificate_chain[] |
string |
|
private_key |
string |