Yandex Cloud
Поиск
Связаться с намиПодключиться
  • Истории успеха
  • Документация
  • Блог
  • Все сервисы
  • Статус работы сервисов
    • Доступны в регионе
    • Инфраструктура и сеть
    • Платформа данных
    • Контейнеры
    • Инструменты разработчика
    • Бессерверные вычисления
    • Безопасность
    • Мониторинг и управление ресурсами
    • ИИ для бизнеса
    • Бизнес-инструменты
  • Все решения
    • По отраслям
    • По типу задач
    • Экономика платформы
    • Безопасность
    • Техническая поддержка
    • Каталог партнёров
    • Обучение и сертификация
    • Облако для стартапов
    • Облако для крупного бизнеса
    • Центр технологий для общества
    • Партнёрская программа
    • Поддержка IT-бизнеса
    • Облако для фрилансеров
    • Обучение и сертификация
    • Блог
    • Документация
    • Мероприятия и вебинары
    • Контакты, чаты и сообщества
    • Идеи
    • Тарифы Yandex Cloud
    • Промоакции и free tier
    • Правила тарификации
  • Истории успеха
  • Документация
  • Блог
Проект Яндекса
© 2025 ТОО «Облачные Сервисы Казахстан»
Yandex Certificate Manager
  • Начало работы
  • Управление доступом
  • Правила тарификации
  • Справочник Terraform
    • Аутентификация в API
      • Overview
        • Overview
          • Overview
          • Create
          • Delete
          • Get
          • List
          • Update
          • ListAccessBindings
          • SetAccessBindings
          • UpdateAccessBindings
  • Метрики Monitoring
  • Аудитные логи Audit Trails
  • История изменений
  • Вопросы и ответы
  • Обучающие курсы

В этой статье:

  • HTTP request
  • Query parameters
  • Response
  • Template
  1. Справочник API
  2. REST (англ.)
  3. Certificate Manager Private CA API
  4. Template
  5. List

Certificate Manager Private CA API, REST: Template.List

Статья создана
Yandex Cloud
Обновлена 8 августа 2025 г.
  • HTTP request
  • Query parameters
  • Response
  • Template

Lists all certificate templates in a specified folder.

HTTP requestHTTP request

GET https://private-ca.certificate-manager.api.yandexcloud.kz/privateca/v1/templates

Query parametersQuery parameters

Request message to list templates in a folder.

Field

Description

folderId

string

Required field. ID of the folder into which list templates.

pageSize

string (int64)

The maximum number of results to return per page. Couldn't exceed 100, default value is 100

pageToken

string

Token to retrieve specific pages of results.
If this is set, the service will return the next page of results based on this token.

ResponseResponse

HTTP Code: 200 - OK

{
  "templates": [
    {
      "id": "string",
      "folderId": "string",
      "name": "string",
      "data": "string",
      "createdAt": "string",
      "updatedAt": "string"
    }
  ],
  "nextPageToken": "string"
}

Response containing the list of templates.

Field

Description

templates[]

Template

List of certificate templates in the specified folder.

nextPageToken

string

Token for obtaining the next page of results.
If the number of results exceeds page_size, this token will be returned and can be passed to
the ListTemplateRequest for the next page.

TemplateTemplate

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.

folderId

string

ID of the folder that the template belongs to.

name

string

Name of the template.

data

string

Json representation of template.

createdAt

string (date-time)

Timestamp when the template was created.

String in RFC3339 text format. The range of possible values is from
0001-01-01T00:00:00Z to 9999-12-31T23:59:59.999999999Z, i.e. from 0 to 9 digits for fractions of a second.

To work with values in this field, use the APIs described in the
Protocol Buffers reference.
In some languages, built-in datetime utilities do not support nanosecond precision (9 digits).

updatedAt

string (date-time)

Timestamp when the template was last updated.

String in RFC3339 text format. The range of possible values is from
0001-01-01T00:00:00Z to 9999-12-31T23:59:59.999999999Z, i.e. from 0 to 9 digits for fractions of a second.

To work with values in this field, use the APIs described in the
Protocol Buffers reference.
In some languages, built-in datetime utilities do not support nanosecond precision (9 digits).

Была ли статья полезна?

Предыдущая
Get
Следующая
Update
Проект Яндекса
© 2025 ТОО «Облачные Сервисы Казахстан»