Yandex Cloud
Search
Contact UsGet started
  • Blog
  • Pricing
  • Documentation
  • All Services
  • System Status
    • Featured
    • Infrastructure & Network
    • Data Platform
    • Containers
    • Developer tools
    • Serverless
    • Security
    • Monitoring & Resources
    • ML & AI
    • Business tools
  • All Solutions
    • By industry
    • By use case
    • Economics and Pricing
    • Security
    • Technical Support
    • Customer Stories
    • Start testing with double trial credits
    • Cloud credits to scale your IT product
    • Gateway to Russia
    • Cloud for Startups
    • Education and Science
    • Yandex Cloud Partner program
  • Blog
  • Pricing
  • Documentation
© 2025 Direct Cursus Technology L.L.C.
Yandex Certificate Manager
  • Getting started
  • Access management
  • Pricing policy
  • Terraform reference
    • Authentication with the API
      • Overview
        • Overview
          • Overview
          • Create
          • Delete
          • Get
          • List
          • Update
          • ListAccessBindings
          • SetAccessBindings
          • UpdateAccessBindings
  • Monitoring metrics
  • Audit Trails events
  • Release notes
  • FAQ

In this article:

  • gRPC request
  • GetTemplateRequest
  • Template
  1. API reference
  2. gRPC
  3. Certificate Manager Private CA API
  4. Template
  5. Get

Certificate Manager Private CA API, gRPC: TemplateService.Get

Written by
Yandex Cloud
Updated at December 17, 2024
  • gRPC request
  • GetTemplateRequest
  • Template

Retrieves specified certificate template.

gRPC requestgRPC request

rpc Get (GetTemplateRequest) returns (Template)

GetTemplateRequestGetTemplateRequest

{
  "id": "string"
}

Request message to retrieve details of a template.

Field

Description

id

string

Required field. ID of the template to retrieve.

TemplateTemplate

{
  "id": "string",
  "folder_id": "string",
  "name": "string",
  "data": "string",
  "created_at": "google.protobuf.Timestamp",
  "updated_at": "google.protobuf.Timestamp"
}

Json or yaml template for easier certificate issuing. If used while certificate creation, certificate would take all fields from template.

Field

Description

id

string

ID of the template. Generated at creation time.

folder_id

string

ID of the folder that the template belongs to.

name

string

Name of the template.

data

string

Json representation of template.

created_at

google.protobuf.Timestamp

Timestamp when the template was created.

updated_at

google.protobuf.Timestamp

Timestamp when the template was last updated.

Was the article helpful?

Previous
Delete
Next
List
© 2025 Direct Cursus Technology L.L.C.