ise_openapi_cert_system_get
Retrieve system certificate details for a specific node by hostname and certificate ID in Cisco ISE. Use this endpoint to inspect or validate certificate information tied to a named deployment node.
Instructions
[Certificates] Get system certificate of a particular node by ID (GET /api/v1/certs/system-certificate/{hostName}/{id})
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Path parameter 'id'. | |
| hostName | Yes | Path parameter 'hostName'. | |
| deployment | No | Target ISE deployment: name ('RADIUS Only'), slug ('radius-only'), or number ('1' or 'Deployment 1'). Omit to use the only/default deployment. Call ise_list_deployments to see the choices. |