Skip to content

connections_office_365_breakout_policy

Overview

API to get, modify Connections Office 365 Breakout Policy.

Version information

Version : v2

URI scheme

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

Tags

  • connections_office_365_breakout_policy : Operations related to connections_office_365_breakout_policy

Paths

Get operation for connections_office_365_breakout_policy

GET /connections_office_365_breakout_policy

Description

Use this operation to get the current values of Connections Office 365 Breakout Policy

Responses

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

  • connections_office_365_breakout_policy

PUT operation for connections_office_365_breakout_policy

PUT /connections_office_365_breakout_policy

Description

Use this operation to modify the current values of Connections Office 365 Breakout Policy

Parameters

Type Name Schema
Body body
optional
connections_office_365_breakout_policy_request_schema

Responses

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

  • connections_office_365_breakout_policy

Definitions

ErrorSchema

Name Schema
errorcode
optional
integer
errormessage
optional
string

connections_office_365_breakout_policy

Name Schema
enable_breakout_from_branch_allow
optional
enable_breakout_from_branch_allow
enable_breakout_from_branch_default
optional
enable_breakout_from_branch_default
enable_breakout_from_branch_optimize
optional
enable_breakout_from_branch_optimize
override_global_office_365_policy
optional
override_global_office_365_policy
package_name
optional
package_name
site_name
optional
site_name

connections_office_365_breakout_policy_delete_success_schema

Name Schema
connections_office_365_breakout_policy
optional
connections_office_365_breakout_policy

connections_office_365_breakout_policy

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

connections_office_365_breakout_policy_post_success_schema

Name Schema
connections_office_365_breakout_policy
optional
connections_office_365_breakout_policy

connections_office_365_breakout_policy

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

connections_office_365_breakout_policy_put_success_schema

Name Schema
connections_office_365_breakout_policy
optional
connections_office_365_breakout_policy

connections_office_365_breakout_policy

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

connections_office_365_breakout_policy_request_schema

Name Schema
connections_office_365_breakout_policy
optional
connections_office_365_breakout_policy

connections_office_365_breakout_policy_response_schema

Type : < connections_office_365_breakout_policy_response_schema > array

connections_office_365_breakout_policy_response_schema

Name Schema
enable_breakout_from_branch_allow
optional
enable_breakout_from_branch_allow
enable_breakout_from_branch_default
optional
enable_breakout_from_branch_default
enable_breakout_from_branch_optimize
optional
enable_breakout_from_branch_optimize
override_global_office_365_policy
optional
override_global_office_365_policy
package_name
optional
package_name
site_name
optional
site_name

enable_breakout_from_branch_allow

Set to true to enable breakout from branch for Allow O365 URL Category.

Type : boolean

enable_breakout_from_branch_default

Set to true to enable breakout from branch for Default O365 URL Category.

Type : boolean

enable_breakout_from_branch_optimize

Set to true to enable breakout from branch for Optimize O365 URL Category.

Type : boolean

override_global_office_365_policy

Set to true to override global office 365 policy.

Type : boolean

package_name

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

Type : string

site_name

Site Name

Type : string

Was this article helpful?