enable_polling¶
Overview¶
To enable/disable polling on Virtual WAN Appliances for statistics
Version information¶
Version : v2
URI scheme¶
Host :
BasePath : /sdwan/nitro/v2/config/
Schemes : HTTP
Tags¶
- enable_polling : Operations related to enable_polling
Paths¶
POST operation for enable_polling¶
POST /enable_polling
Description¶
To enable/disable polling on Virtual WAN Appliances for statistics
Parameters¶
Type | Name | Schema |
---|---|---|
Body | body optional |
enable_polling_request_schema |
Responses¶
HTTP Code | Description | Schema |
---|---|---|
200 | Resource successfully added | enable_polling_post_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¶
- enable_polling
Definitions¶
ErrorSchema¶
Name | Schema |
---|---|
errorcode optional |
integer |
errormessage optional |
string |
enable_polling¶
Name | Schema |
---|---|
poll optional |
poll |
region_name optional |
region_name |
site optional |
site |
enable_polling_delete_success_schema¶
Name | Schema |
---|---|
enable_polling optional |
enable_polling |
Name | Description | Schema |
---|---|---|
message optional |
Example : "resource deleted succesfully" |
string |
enable_polling_post_success_schema¶
Name | Schema |
---|---|
enable_polling optional |
enable_polling |
Name | Description | Schema |
---|---|---|
message optional |
Example : "resource added succesfully" |
string |
enable_polling_put_success_schema¶
Name | Schema |
---|---|
enable_polling optional |
enable_polling |
Name | Description | Schema |
---|---|---|
message optional |
Example : "resource modified succesfully" |
string |
enable_polling_request_schema¶
Name | Schema |
---|---|
enable_polling optional |
enable_polling |
enable_polling_response_schema¶
Type : < enable_polling_response_schema > array
enable_polling_response_schema
Name | Schema |
---|---|
poll optional |
poll |
region_name optional |
region_name |
site optional |
site |
poll¶
Set to true to enable polling on a Virtual WAN appliance
Type : boolean
region_name¶
Region name. The selection allows the corresponding region collector to poll the appliance.
Type : string
site¶
Site name
Type : string