Is there any Management API GET operation which will return the alias which is used in the API call for uploading a JAR in a keystore ?
Hi @snehal chakraborty, Try the API mentioned in the below link
You will a response like below
<KeyStore name="Keystorename">
<Certs>
<Cert>XXX.com.pem</Cert>
</Certs>
<Keys>
<Key>$keyalias</Key> // I believe this is what you want?
</Keys>
</KeyStore>