cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
588
Views
15
Helpful
3
Replies

Update L3 Handoff via REST API

Marcel Zehnder
Spotlight
Spotlight

Hi team

I want to add an additional VN to an existing IP handoff (on a border device) using the REST-API. The REST endpoint is /dna/intent/api/v1/business/sda/border-device - this endpoint does not support PUT (only POST and DELETE). So it seems there is no easy way to implement this via REST

 

I tried to reverse engineer the call from the corresponding UI operation: In the UI an internal call to /api/v1/scheduled-job is used, however, I'm not able to dynamically build the content for this internal call.

 

Anybody successfully implemented this? 

 

Thanks

Marcel

3 Replies 3

rajgar
Level 1
Level 1

Please share if you could get any further with this. I am similarly trying to get around the limitation of creating fabriz zones within a fabric site.

No updates at the moment, I wasn't involved in this project anymore. Maybe the newest DNAC-version fixed one thing or the other.

bofele
Cisco Employee
Cisco Employee

Here is a good example from DevNet. It shows Python code and also JSON payloads.

Hope I got your question.