Chapter 5 SD-WAN Flashcards
SD-WAN API Automation
1
Q
SD-WAN API Features
A
- Device and Monitoring → retrieve status of different SD-WAN elements
- Configuration → manage templates and policies
- App route statistics → retrieve latency loss and jitter
- Alarms → queries to retrieve alarms
2
Q
SD-WAN API Authentication
A
The authentication against SDWAN vManage is done in 2 steps, the first to get the jsession id and the second one to get the cross-site request forgery token as in the example:
3
Q
Whats’ the header of an SD-WAN API request
A
{
‘Content-Type’: “application/json”,
‘Cookie’: jsession_id,
‘X-XSRF-TOKEN’: token
}