wanlink¶
Overview¶
API to modify the wanlink standby mode
Version information¶
Version : v2
URI scheme¶
Host :
BasePath : /sdwan/nitro/v2/config/
Schemes : HTTP
Tags¶
- wanlink : Operations related to wanlink
Paths¶
PUT operation for wanlink¶
PUT /wanlink
Description¶
Use this operation to modify wanlink standby mode in SD-WAN Appliance
Parameters¶
| Type | Name | Schema |
|---|---|---|
| Body | body optional |
wanlink_request_schema |
Responses¶
| HTTP Code | Description | Schema |
|---|---|---|
| 200 | Resource modified added | wanlink_put_success_schema |
| 400 | Failed: bad input parameter | ErrorSchema |
| 401 | Unauthorized: Failed Authentication | ErrorSchema |
| 403 | Unauthorized: Forbidden | ErrorSchema |
| 405 | Failed: Data format unacceptable | ErrorSchema |
| 415 | Failed: Data format unacceptable | ErrorSchema |
| 500 | Failed: Internal Server Error | ErrorSchema |
Consumes¶
application/json
Produces¶
application/json
Tags¶
- wanlink
Definitions¶
ErrorSchema¶
| Name | Schema |
|---|---|
| errorcode optional |
integer |
| errormessage optional |
string |
standby_mode¶
Standby Mode, 0 for non-standby and 1 for last resort standby
Type : boolean
virtual_path¶
Virtual Path Name
Type : string
wanlink¶
| Name | Schema |
|---|---|
| standby_mode optional |
standby_mode |
| virtual_path optional |
virtual_path |
| wanlink_name optional |
wanlink_name |
wanlink_delete_success_schema¶
| Name | Schema |
|---|---|
| wanlink optional |
wanlink |
| Name | Description | Schema |
|---|---|---|
| message optional |
Example : "resource deleted succesfully" |
string |
wanlink_name¶
Wan Link Name
Type : string
wanlink_post_success_schema¶
| Name | Schema |
|---|---|
| wanlink optional |
wanlink |
| Name | Description | Schema |
|---|---|---|
| message optional |
Example : "resource added succesfully" |
string |
wanlink_put_success_schema¶
| Name | Schema |
|---|---|
| wanlink optional |
wanlink |
| Name | Description | Schema |
|---|---|---|
| message optional |
Example : "resource modified succesfully" |
string |
wanlink_request_schema¶
| Name | Schema |
|---|---|
| wanlink optional |
wanlink |
wanlink_response_schema¶
Type : < wanlink_response_schema > array
| Name | Schema |
|---|---|
| standby_mode optional |
standby_mode |
| virtual_path optional |
virtual_path |
| wanlink_name optional |
wanlink_name |