Hi @Maelam,
It is not a Notebook but you can try it and use the created metric information on your Notebook.
SSL Certificate Monitor | Dynatrace Hub
Example:
Created metric with lot of dimension for splitting the cert information:
You can check you this or other extensions health (eg. errors) with this:
Extensions Health | Dynatrace Hub
I hope it helps.
Best regards,
Mizső
Hi @Maelam
you can query it with such query
fetch `dt.entity.python:certificate_monitor_certificate`
| fieldsAdd lifetime, status = if(lifetime[end] -10d < now(), "🔴", else:if(lifetime[end] -30d< now(), "🟡"))
and this would be the result
Best,
Sini