Hi
I have a named credential owned by other user, but the owner granted me to reference the credential
How to specify the override_credential when I execute"emcli upgrade_agents" ?
I have tried
override_credential="Credential_name[OWNER_NAME]"
and get the following error while I am sure the agent is upgradable (I get the agent name from get_upgradable_agents)
"
No upgradable agent found. Make sure agent is up and running, secure, not upgraded/getting upgraded, upgradable agent image downloaded and applied via Self Update.
"
Thanks