Search Custom SNI SSL Certificates by Name
To search a custom SNI SSL certificate by name, use the following request:
GET /cdn_ssl_certificates.xml
GET /cdn_ssl_certificates.json
XML Request Example
curl -i -X GET -u user:userpass -H 'Accept: application/xml' -H 'Content-type: application/xml '--url "http://onapp.test/cdn_ssl_certificates.xml" -d '{"q":"key"}'
JSON Request Example
curl -i -X GET -u user:userpass -H 'Accept: application/json' -H 'Content-type: application/json '--url "http://onapp.test/cdn_ssl_certificates.json" -d '{"q":"key"}'
Where:
q - search pattern that can be the full or incomplete certificate's name. In the output, you will get all results that match the search pattern.