cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
797
Views
0
Helpful
2
Replies

DNA Center Sandbox API status URL

cubates
Cisco Employee
Cisco Employee

The DNA Center Sandbox can be reached externally via sandboxdnac.cisco.com.  When I make API call to the sandbox, I get back a status URL of: 10.10.20.103/api/dnacaap/...  Since it is a 10.x.x.x IP address, it is not reachable externally.  Is there any way to get this changed to return an FQDN?

 

Thanks

2 Replies 2

omz
VIP Alumni
VIP Alumni

sandboxdnac.cisco.com is at 64.103.37.34:443


nslookup sandboxdnac.cisco.com
Server: dns.google
Address: 8.8.8.8

Non-authoritative answer:
Name: sandboxdnac.cisco.com
Address: 64.103.37.34


I have tested API call to this sandbox and it works fine

Are you connected on a VPN or internal network? I think .. not sure .. 10.10.20.103 is one of the dnac's in dCloud labs that you access over vpn. 

 

cubates
Cisco Employee
Cisco Employee

I can connect externally and make API calls. The external IP I resolve to ais the same as you show.

 

The issue is that when I make an API call, I get a response that it was accepted and a status URL to use to check the status of a pending request.  In response to this call, the server reports the URL to check the status with a 10.10.20.103 IP address instead of an FQDN. 

 

I should have explained this better in the first post.