proxy_auto_config_file_settings¶
Overview¶
API to get, modify global Proxy auto-config File Settings.
Version information¶
Version : v2
URI scheme¶
Host :
BasePath : /sdwan/nitro/v2/config_editor/
Schemes : HTTP
Tags¶
- proxy_auto_config_file_settings : Operations related to proxy_auto_config_file_settings
Paths¶
Get operation for proxy_auto_config_file_settings¶
GET /proxy_auto_config_file_settings
Description¶
Use this operation to get the current values of Proxy auto-config file settings
Responses¶
HTTP Code | Description | Schema |
---|---|---|
200 | API Successfully executed | proxy_auto_config_file_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¶
- proxy_auto_config_file_settings
PUT operation for proxy_auto_config_file_settings¶
PUT /proxy_auto_config_file_settings
Description¶
Use this operation to modify the current values of Proxy auto-config file settings
Parameters¶
Type | Name | Schema |
---|---|---|
Body | body optional |
proxy_auto_config_file_settings_request_schema |
Responses¶
HTTP Code | Description | Schema |
---|---|---|
200 | Resource modified added | proxy_auto_config_file_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¶
- proxy_auto_config_file_settings
Definitions¶
ErrorSchema¶
Name | Schema |
---|---|
errorcode optional |
integer |
errormessage optional |
string |
enable_pac_file_customization¶
Set to true to enable Proxy auto-config file settings for Office 365 URLs.
Type : boolean
pac_file_url¶
Proxy Auto Config file URL.
Type : string
package_name¶
Config package name using which the API operation should be performed.
Type : string
proxy_auto_config_file_settings¶
Name | Schema |
---|---|
enable_pac_file_customization optional |
enable_pac_file_customization |
pac_file_url optional |
pac_file_url |
package_name optional |
package_name |
proxy_auto_config_file_settings_delete_success_schema¶
Name | Schema |
---|---|
proxy_auto_config_file_settings optional |
proxy_auto_config_file_settings |
proxy_auto_config_file_settings
Name | Description | Schema |
---|---|---|
message optional |
Example : "resource deleted succesfully" |
string |
proxy_auto_config_file_settings_post_success_schema¶
Name | Schema |
---|---|
proxy_auto_config_file_settings optional |
proxy_auto_config_file_settings |
proxy_auto_config_file_settings
Name | Description | Schema |
---|---|---|
message optional |
Example : "resource added succesfully" |
string |
proxy_auto_config_file_settings_put_success_schema¶
Name | Schema |
---|---|
proxy_auto_config_file_settings optional |
proxy_auto_config_file_settings |
proxy_auto_config_file_settings
Name | Description | Schema |
---|---|---|
message optional |
Example : "resource modified succesfully" |
string |
proxy_auto_config_file_settings_request_schema¶
Name | Schema |
---|---|
proxy_auto_config_file_settings optional |
proxy_auto_config_file_settings |
proxy_auto_config_file_settings_response_schema¶
Type : < proxy_auto_config_file_settings_response_schema > array
proxy_auto_config_file_settings_response_schema
Name | Schema |
---|---|
enable_pac_file_customization optional |
enable_pac_file_customization |
pac_file_url optional |
pac_file_url |
package_name optional |
package_name |