search_acme_certificate_domains
List domain (SAN) validation entries for an ACME certificate by its ID, with optional client-side search filtering.
Instructions
List the domain (SAN) validation entries configured on an ACME certificate
The pfSense API embeds each certificate's domain list (a_domainlist)
inline on the certificate object rather than exposing a standalone list
endpoint, so this fetches the parent certificate and returns its domains.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| parent_id | Yes | ACME certificate ID (from search_acme_certificates) | |
| search_term | No | Search in domain name (client-side filter) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||