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
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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:

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Whats’ the header of an SD-WAN API request

A

{
‘Content-Type’: “application/json”,
‘Cookie’: jsession_id,
‘X-XSRF-TOKEN’: token
}

How well did you know this?
1
Not at all
2
3
4
5
Perfectly