Skip to content

dynamic_virtual_path_default_set_advanced_settings

Overview

API to modify, get Dynamic Virtual Path Default Set Advanced settings

Version information

Version : v2

URI scheme

Host :
BasePath : /sdwan/nitro/v2/config_editor/
Schemes : HTTP

Tags

  • dynamic_virtual_path_default_set_advanced_settings : Operations related to dynamic_virtual_path_default_set_advanced_settings

Paths

Get operation for dynamic_virtual_path_default_set_advanced_settings

GET /dynamic_virtual_path_default_set_advanced_settings

Description

Use this operation to get the Dynamic Virtual Path Default Set Advanced settings

Responses

HTTP Code Description Schema
200 API Successfully executed dynamic_virtual_path_default_set_advanced_settings_response_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

Produces

  • application/json

Tags

  • dynamic_virtual_path_default_set_advanced_settings

PUT operation for dynamic_virtual_path_default_set_advanced_settings

PUT /dynamic_virtual_path_default_set_advanced_settings

Description

Use this operation to modify Dynamic Virtual Path Default Set Advanced settings

Parameters

Type Name Schema
Body body
optional
dynamic_virtual_path_default_set_advanced_settings_request_schema

Responses

HTTP Code Description Schema
200 Resource modified added dynamic_virtual_path_default_set_advanced_settings_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

  • dynamic_virtual_path_default_set_advanced_settings

Definitions

ErrorSchema

Name Schema
errorcode
optional
integer
errormessage
optional
string

dynamic_virtual_path_default_set_advanced_settings

Name Schema
id
optional
id
override_global_on_demand_bandwidth_limit
optional
override_global_on_demand_bandwidth_limit
package_name
optional
package_name
standby_bandwidth_threshold_percentage
optional
standby_bandwidth_threshold_percentage

dynamic_virtual_path_default_set_advanced_settings_delete_success_schema

Name Schema
dynamic_virtual_path_default_set_advanced_settings
optional
dynamic_virtual_path_default_set_advanced_settings

dynamic_virtual_path_default_set_advanced_settings

Name Description Schema
message
optional
Example : "resource deleted succesfully" string

dynamic_virtual_path_default_set_advanced_settings_post_success_schema

Name Schema
dynamic_virtual_path_default_set_advanced_settings
optional
dynamic_virtual_path_default_set_advanced_settings

dynamic_virtual_path_default_set_advanced_settings

Name Description Schema
message
optional
Example : "resource added succesfully" string

dynamic_virtual_path_default_set_advanced_settings_put_success_schema

Name Schema
dynamic_virtual_path_default_set_advanced_settings
optional
dynamic_virtual_path_default_set_advanced_settings

dynamic_virtual_path_default_set_advanced_settings

Name Description Schema
message
optional
Example : "resource modified succesfully" string

dynamic_virtual_path_default_set_advanced_settings_request_schema

Name Schema
dynamic_virtual_path_default_set_advanced_settings
optional
dynamic_virtual_path_default_set_advanced_settings

dynamic_virtual_path_default_set_advanced_settings_response_schema

Type : < dynamic_virtual_path_default_set_advanced_settings_response_schema > array

dynamic_virtual_path_default_set_advanced_settings_response_schema

Name Schema
dynamic_virtual_path_default_set_name
optional
dynamic_virtual_path_default_set_name
id
optional
id
override_global_on_demand_bandwidth_limit
optional
override_global_on_demand_bandwidth_limit
package_name
optional
package_name
standby_bandwidth_threshold_percentage
optional
standby_bandwidth_threshold_percentage

dynamic_virtual_path_default_set_name

Virtual path default set name using which the API operation should be performed.

Type : string

id

Auto-generated ID to uniquely identify Virtual Path Default Set Advanced setting

Type : integer

override_global_on_demand_bandwidth_limit

Override the global on-demand bandwidth limit value for the Virtual Path

Type : boolean

package_name

Config package name using which the API operation should be performed.

Type : string

standby_bandwidth_threshold_percentage

On-Demand standby links will not be activated when the WAN-to-LAN bandwidth exceeds this limit.

Type : integer

Was this article helpful?