01-31-2025 08:58 AM
Whilst discovering some devices, someone has added a new global netconf port rather than just for the specific discovery job. This port is shown as an option for netconf for all discovery jobs now. How can I delete it globally so that just the default 830 appears?
Solved! Go to Solution.
02-15-2025 06:39 AM
Hi Andrew,
You can delete any credentials using the following API: https://developer.cisco.com/docs/dna-center/delete-global-credential-v2/
Use this API to get the ID of the credential: https://developer.cisco.com/docs/dna-center/get-all-global-credentials-v2/
02-03-2025 06:26 AM
Hi Andrew,
Unfortunately, at this time there is no way to delete the netconf credential from the UI. The best thing to do would be to click the ? icon on the top-right of the GUI and then Make-A-Wish. This will put you in touch with the product managers and you can submit the request for this to be added into the product.
02-15-2025 06:39 AM
Hi Andrew,
You can delete any credentials using the following API: https://developer.cisco.com/docs/dna-center/delete-global-credential-v2/
Use this API to get the ID of the credential: https://developer.cisco.com/docs/dna-center/get-all-global-credentials-v2/
02-17-2025 06:39 AM
You cannot delete "any" credential. You are still required to have one CLI and one SNMP credential available in global.
02-17-2025 06:51 AM - edited 02-17-2025 06:52 AM
I used the API to GET all the Global Credentials (/dna/intent/api/v2/global-credential). I copied the ID of the additional netconfCredential "id": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx". Then did a DELETE of the Global Credential (/dna/intent/api/v2/global-credential/${id}) using the copied ID.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide