01-28-2025 08:25 AM
i keep getting a 502 error using the provided URL, basic auth, etc of
Solved! Go to Solution.
02-18-2025 08:35 AM
I quickly tested and is working now.
❯ curl -k -u admin:C1sco12345 -H "Accept: application/yang-data+json" -H "Content-Type: application/yang-data+json" -X GET "https://devnetsandboxiosxe.cisco.com/restconf/data/Cisco-IOS-XE-native:native/hostname"
{
"Cisco-IOS-XE-native:hostname": "Cat8000V"
}
01-29-2025 02:00 AM
Port looks open, and services are enabled on the device end. Team might need to advise and/or reboot the remote side vm.
02-18-2025 02:32 AM
The credentials for devnetsandboxiosxe.cisco.com are not working.
I am getting "Wrong Credentials" error from https and ssh doesn't work either.
02-18-2025 03:09 AM
@gcilliano looks like someone has changed the password, team will need to reset this.
02-18-2025 08:35 AM
I quickly tested and is working now.
❯ curl -k -u admin:C1sco12345 -H "Accept: application/yang-data+json" -H "Content-Type: application/yang-data+json" -X GET "https://devnetsandboxiosxe.cisco.com/restconf/data/Cisco-IOS-XE-native:native/hostname"
{
"Cisco-IOS-XE-native:hostname": "Cat8000V"
}
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