openapi: 3.2.0 info: title: Cisco Ise Certificatetemplate API version: '1.0' description: 'Operations tagged certificatetemplate across 2 of this provider''s published API definitions: cisco-ise-ers-open-api-ers-apis.yaml, cisco-ise-legacy-ers-certificate-template.yaml. Each path carries the servers of the definition it was published in.' x-provenance: method: harvested authored_by: Cisco harvested_by: API Evangelist harvested_on: '2026-08-19' first_party: true provider_published: true source_host: pubhub.devnetcloud.com note: 103 ISE API descriptions (1,490 operations; 32 OpenAPI 3.0.x + 71 Swagger 2.0) enumerated from Cisco's own DevNet project manifest and fetched anonymously. Byte-identity reconfirmed 2026-08-19 by SHA-256 against the live source. derived_view: Per-tag view of cisco-ise-legacy-ers-certificate-template.yaml, the provider's source document. Operations and schemas are the provider's, unmodified; only the partition is ours. derived_from: cisco-ise-legacy-ers-certificate-template.yaml operation_coverage: 4/7 x-evidence: - type: source url: https://pubhub.devnetcloud.com/media/identity-services-engine-api-v1/docs/ - type: source url: https://developer.cisco.com/docs/identity-services-engine/ servers: - url: https://{server}:{port}/ers/config description: Append /ctsapi/v2 or /ctsapi/v3 to above URL while accessing CTS APIs variables: server: description: The host where the API is rooted default: localhost port: description: The port no for CTS APIs is 9063 and for other APIs it is 443 default: '443' tags: - name: certificatetemplate paths: /certificatetemplate/: get: tags: - certificatetemplate summary: Get-All parameters: - $ref: '#/components/parameters/ppage' - $ref: '#/components/parameters/psize' responses: '200': description: Successful response content: application/json: schema: $ref: '#/components/schemas/certificatetemplateListResponse' application/xml: schema: $ref: '#/components/schemas/certificatetemplateListResponse' text/html: schema: type: string example: null '400': description: Bad Request content: application/json: schema: $ref: '#/components/schemas/ERSResponse' application/xml: schema: $ref: '#/components/schemas/ERSResponse' text/html: schema: type: string example: null '401': description: Unauthorized '403': description: Forbidden '404': description: Not Found content: application/json: schema: $ref: '#/components/schemas/ERSResponse' application/xml: schema: $ref: '#/components/schemas/ERSResponse' text/html: schema: type: string example: null '406': description: Not Acceptable '415': description: UnSupported Media Type content: application/json: schema: $ref: '#/components/schemas/ERSResponse' application/xml: schema: $ref: '#/components/schemas/ERSResponse' text/html: schema: type: string example: null security: - HTTPBasicAuthentication: [] servers: - url: https://{server}:{port}/ers/config description: Append /ctsapi/v2 or /ctsapi/v3 to above URL while accessing CTS APIs variables: server: description: The host where the API is rooted default: localhost port: description: The port no for CTS APIs is 9063 and for other APIs it is 443 default: '443' /certificatetemplate/name/{name}: get: tags: - certificatetemplate summary: Get-By-Name parameters: - name: name in: path required: true schema: title: name type: string example: null responses: '200': description: Successful response content: application/json: schema: $ref: '#/components/schemas/certificatetemplateResponse' application/xml: schema: $ref: '#/components/schemas/certificatetemplateResponse' text/html: schema: type: string example: null '400': description: Bad Request content: application/json: schema: $ref: '#/components/schemas/ERSResponse' application/xml: schema: $ref: '#/components/schemas/ERSResponse' text/html: schema: type: string example: null '401': description: Unauthorized '403': description: Forbidden '404': description: Not Found content: application/json: schema: $ref: '#/components/schemas/ERSResponse' application/xml: schema: $ref: '#/components/schemas/ERSResponse' text/html: schema: type: string example: null '406': description: Not Acceptable '415': description: UnSupported Media Type content: application/json: schema: $ref: '#/components/schemas/ERSResponse' application/xml: schema: $ref: '#/components/schemas/ERSResponse' text/html: schema: type: string example: null security: - HTTPBasicAuthentication: [] servers: - url: https://{server}:{port}/ers/config description: Append /ctsapi/v2 or /ctsapi/v3 to above URL while accessing CTS APIs variables: server: description: The host where the API is rooted default: localhost port: description: The port no for CTS APIs is 9063 and for other APIs it is 443 default: '443' /certificatetemplate/{id}: get: tags: - certificatetemplate summary: Get-By-Id parameters: - name: id in: path required: true schema: title: id type: string example: null responses: '200': description: Successful response content: application/json: schema: $ref: '#/components/schemas/certificatetemplateResponse' application/xml: schema: $ref: '#/components/schemas/certificatetemplateResponse' text/html: schema: type: string example: null '400': description: Bad Request content: application/json: schema: $ref: '#/components/schemas/ERSResponse' application/xml: schema: $ref: '#/components/schemas/ERSResponse' text/html: schema: type: string example: null '401': description: Unauthorized '403': description: Forbidden '404': description: Not Found content: application/json: schema: $ref: '#/components/schemas/ERSResponse' application/xml: schema: $ref: '#/components/schemas/ERSResponse' text/html: schema: type: string example: null '406': description: Not Acceptable '415': description: UnSupported Media Type content: application/json: schema: $ref: '#/components/schemas/ERSResponse' application/xml: schema: $ref: '#/components/schemas/ERSResponse' text/html: schema: type: string example: null security: - HTTPBasicAuthentication: [] servers: - url: https://{server}:{port}/ers/config description: Append /ctsapi/v2 or /ctsapi/v3 to above URL while accessing CTS APIs variables: server: description: The host where the API is rooted default: localhost port: description: The port no for CTS APIs is 9063 and for other APIs it is 443 default: '443' /ers/config/certificatetemplate/{name}: get: tags: - certificatetemplate summary: Get certificate template by name description:

This API allows the client to get a certificate template by name.

parameters: - name: name in: path required: true schema: type: string - in: header name: HTTP ERS-Media-Type Header description: Example:- ca.certificatetemplate.1.0 required: false schema: type: string - in: header name: HTTP X-CSRF-TOKEN Header description: 'Required Only if Enabled from GUI Example:- fetch' schema: type: string responses: 200: description: OK content: application/json: schema: $ref: '#/components/schemas/getbyname' application/xml: schema: $ref: '#/components/schemas/getbyname' /ers/config/certificatetemplate/{id}: get: tags: - certificatetemplate summary: Get certificate template by ID description:

This API allows the client to get a certificate template by ID.

parameters: - name: id in: path required: true schema: type: string - in: header name: HTTP ERS-Media-Type Header description: Example:- ca.certificatetemplate.1.0 required: false schema: type: string - in: header name: HTTP X-CSRF-TOKEN Header description: 'Required Only if Enabled from GUI Example:- fetch' schema: type: string responses: 200: description: OK content: application/json: schema: $ref: '#/components/schemas/getbyname' application/xml: schema: $ref: '#/components/schemas/getbyname' /ers/config/certificatetemplate/: get: tags: - certificatetemplate summary: Get all certificate templates description:

This API allows the client to get aall the certificate templates.

parameters: - in: header name: HTTP ERS-Media-Type Header description: Example:- ca.certificatetemplate.1.0 required: false schema: type: string - in: header name: HTTP X-CSRF-TOKEN Header description: 'Required Only if Enabled from GUI Example:- fetch' schema: type: string responses: 200: description: OK content: application/json: schema: $ref: '#/components/schemas/getall' application/xml: schema: $ref: '#/components/schemas/getall' /ers/config/certificatetemplate/versioninfo: get: tags: - certificatetemplate summary: Get certificate template version information description: This API helps to retrieve the version information related to the certificate template. responses: 200: description: OK content: application/json: schema: $ref: '#/components/schemas/VersionInfo' components: schemas: Link: type: object properties: rel: type: string example: self enum: - next - previous - self - status href: type: string example: https://{server}:{port}/ers/config type: type: string example: application/json example: null certificatetemplateResponse: type: object properties: ERSCertificateTemplate: $ref: '#/components/schemas/certificatetemplateResponseEntity' example: ERSCertificateTemplate: validityPeriod: 730 raprofile: ISE Internal CA keySize: 2048 name: Certificate_Template_Name description: 'ERS Example certificate template ' id: dceff5c6-d4f2-48b7-92ae-87adcdd2777b certificatetemplateResponseEntity: properties: raprofile: title: raprofile type: string description: RA profile for the Certificate template example: null keySize: title: keySize type: number description: Key Size of the Certificate Template example: null validityPeriod: title: validityPeriod type: integer description: Validity period of the Certificate Template example: null name: title: name type: string description: name example: null id: title: id type: string description: Id example: null description: title: description type: string description: Description example: null link: $ref: '#/components/schemas/Link' example: null ERSResponse: type: object properties: operation: type: string example: Operation messages: type: array example: null items: properties: title: type: string example: title type: type: string example: type code: type: string example: code example: null example: null certificatetemplateListResponseEntity: properties: id: title: id type: string description: Id description example: null name: title: name type: string description: name description example: null description: title: description type: string description: description example: null link: $ref: '#/components/schemas/Link' example: null certificatetemplateListResponse: type: object properties: SearchResult: type: object properties: total: type: integer example: '2' resources: type: array example: null items: $ref: '#/components/schemas/certificatetemplateListResponseEntity' example: null example: SearchResult: total: 2 previousPage: rel: previous href: link-to-previous-page type: application/xml nextPage: rel: next href: link-to-next-page type: application/xml resources: - name: name1 link: rel: self href: type: application/xml description: description1 id: id1 - name: name2 link: rel: self href: type: application/xml description: description2 id: id2 getbyname: type: object properties: ERSCertificateTemplate: $ref: '#/components/schemas/getbyname1' VersionInfo: type: object properties: VersionInfo: $ref: '#/components/schemas/version' version: type: object properties: currentServerVersion: type: string example: '1.0' supportedVersions: type: string example: '1.0' link: $ref: '#/components/schemas/link1' getbyname1: type: object properties: id: type: string example: da095377-dce8-486e-933a-6ea788bbf51a name: type: string example: Certificate_Template_Name description: type: string example: ERS Example certificate template keySize: type: integer example: 2048 validityPeriod: type: integer example: 730 raprofile: type: string example: ISE Internal CA getall1: type: object properties: total: type: integer example: 3 resources: type: array example: - id: 3e38b378-ccea-5a56-e053-59e447ab5775 name: CA_SERVICE_Certificate_Template description: This template will be used when other network service using ISE as a CA link: rel: self href: https://:9060/ers/config/certificatetemplate/3e38b378-ccea-5a56-e053-59e447ab5775 type: application/json - id: 3e38b378-ccf4-5a56-e053-59e447ab5775 name: pxGrid_Certificate_Template description: This template will be used when we generate a pxGrid certificate from the Certificate Provisioning Portal link: rel: self href: https://:9060/ers/config/certificatetemplate/3e38b378-ccf4-5a56-e053-59e447ab5775 type: application/json - id: 0ca8f1b6-500d-560b-e053-75189a0ab0d1 name: EAP_Authentication_Certificate_Template description: This template will be used to issue certificates for EAP Authentication link: rel: self href: https://:9060/ers/config/certificatetemplate/0ca8f1b6-500d-560b-e053-75189a0ab0d1 type: application/json items: properties: name: type: string getall: type: object properties: SearchResult: $ref: '#/components/schemas/getall1' link1: type: object properties: rel: type: string example: self href: type: string example: https://:9060/ers/config/certificatetemplate/versioninfo type: type: string example: application/xml parameters: ppage: name: page in: query description: Page Number (0...N) allowReserved: true schema: type: integer example: null example: '1' psize: name: size in: query description: Items by Page allowReserved: true schema: type: integer example: null example: '20' securitySchemes: HTTPBasicAuthentication: type: http scheme: basic x-refined-from: - cisco-ise-ers-open-api-ers-apis.yaml - cisco-ise-legacy-ers-certificate-template.yaml