List the Vault Certificates for a Vault store

This command returns a list of certificates within the given Vault store represented as a JSON Array.

Request

GET https://{hostname}:{port}
    /cli/vault/certificatecertificatesInStore?{parameters}
Accept: {contentType}
Table 1. Request parameters
Parameter Type Required Description
store string true Name or ID of the Vault Store to list Certificates for.
Table 2. Header parameters
Parameter Type Required Description
Accept
  • application/json
  • application/yaml
true

Related CLI command: getVaultCertificates.