Certificate Manager Private CA API, REST: Template.Get
Retrieves specified certificate template.
HTTP request
GET https://private-ca.certificate-manager.api.cloud.yandex.net/privateca/v1/templates/{id}
Path parameters
Request message to retrieve details of a template.
Field |
Description |
id |
string Required field. ID of the template to retrieve. |
Response
HTTP Code: 200 - OK
{
"id": "string",
"folderId": "string",
"name": "string",
"data": "string",
"createdAt": "string",
"updatedAt": "string"
}
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 To work with values in this field, use the APIs described in the |
updatedAt |
string (date-time) Timestamp when the template was last updated. String in RFC3339 To work with values in this field, use the APIs described in the |