Can someone help to find exact api url for device certificate features like import, export, renew, revoke, generate I tried to generate certificate under template(tlv-5260) but it is getting generated under panorama tab only instead of Device Tab as per API URL given under Manage Certificates(API) page link. https://docs.paloaltonetworks.com/pan-os/10-0/pan-os-panorama-api/pan-os-xml-api-use-cases/manage-certificates-api.html , API URL that I was trying to use as below: "https://<panorama-ip>/api/?type=op&cmd=<request><certificate><generate><algorithm><RSA>" "<rsa-nbits>512</rsa-nbits></RSA></algorithm><certificate-name>SSCert</certificate-name>" "<name>10.1.1.1</name><ca>yes</ca></generate></certificate></request>&target-tpl=template&" "target-tpl-vsys=vsys1&template=tlv-5260&key=<api-key>". Also I tried to generate the certificate with below XML API as well but I am not sure which action I should use for remaining features like import/export/renew/revoke. "https://<panorama-ip>/api/?type=config&action=set&xpath=/config/devices/entry[@name=\'localhost.localdomain\']" "/template/entry[@name='{}']/config/shared/certificate/entry[@name='<certificate-name>']&element=<common-name>10.0.0.1</common-name>&key=<api-key>" It would be better if someone can test the same and share the exact URL for all the features.
... View more