templates

Download Spec

get /authorizer/api/v1/cert/templates

Returns the certificate authentication templates for the service.

service

string

Service name for the templates. For example, 'SSH'. If no service is defined, all templates are returned.

Default
""

Response

ExamplesSchema

Successful response, returns certificate templates used for certificate authentication.

{
  "count": 123,
  "items": [
    {
      "name": "string",
      "description": "string",
      "service": "string"
    }
  ]
}

Was this page helpful?