cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
945
Views
5
Helpful
1
Replies

DNAC API to provision site network settings to device

WyattKai
Level 1
Level 1

Hope you are well.

 

For our customer we are automating the device provisioning in DNAC.

When the device is in the inventory in the section of unassigned devices, if configured via the DNAC GUI, it shows three steps:

1. assign to a site,

2. shows the template(s) to be deployed

3. summary of the network settings such as DNS, DHCP, AAA, etc to be configured in the switch

 

We want automate those steps, we were able to implement the first two and we are missing the API for the last point. Or perhaps we are missing something?

1. assign it to a site (API > Sites > Assign device to site: /dna/system/api/v1/site/{siteId}/device)

2. deploy a template (API > Configuration templates > Deploy template: /dna/intent/api/v1/template-programmer/template/deploy)

3. have the device to be configured with the network settings, such as DNS, DHCP, AAA, etc of the site (which were inherited from the global settings). (API ?)

 

We have looked into the API > Network settings, however there it only pertains to the site itself and not to the devices in that site. Perhaps I am missing something?

 

Via APIs, we are missing the network config in the switch.

Via DNAC GUI, the DNS, DHCP, AAA, NTP, etc it is configured.

 

Thank you for your input, appreciate.

1 Reply 1