Hey community,
I have been trying to use the ASA API to monitor expiring identity certificates.
I have been able to use the following to get a list of certificates:
https://<ip>/api/certificate/identity
and the following to get a list of physical interfaces
https://<ip>/api/interfaces/physical
How can i map certificate information to interface information? I can not find this information anywhere in the docs
On the CLI i can simple run the commands
enable
show ssl
and get interface information along with certificate information.
Thank you !