Skip to content

office_365_breakout_policy

Overview

API to get, modify global Office 365 Breakout Policy.

Version information

Version : v2

URI scheme

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

Tags

  • office_365_breakout_policy : Operations related to office_365_breakout_policy

Paths

Get operation for office_365_breakout_policy

GET /office_365_breakout_policy

Description

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

Responses

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

  • office_365_breakout_policy

PUT operation for office_365_breakout_policy

PUT /office_365_breakout_policy

Description

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

Parameters

Type Name Schema
Body body
optional
office_365_breakout_policy_request_schema

Responses

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

  • office_365_breakout_policy

Definitions

ErrorSchema

Name Schema
errorcode
optional
integer
errormessage
optional
string

enable_breakout_from_branch_allow

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

Type : boolean

enable_breakout_from_branch_default

Set to true to enable 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

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
package_name
optional
package_name

office_365_breakout_policy_delete_success_schema

Name Schema
office_365_breakout_policy
optional
office_365_breakout_policy

office_365_breakout_policy

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

office_365_breakout_policy_post_success_schema

Name Schema
office_365_breakout_policy
optional
office_365_breakout_policy

office_365_breakout_policy

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

office_365_breakout_policy_put_success_schema

Name Schema
office_365_breakout_policy
optional
office_365_breakout_policy

office_365_breakout_policy

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

office_365_breakout_policy_request_schema

Name Schema
office_365_breakout_policy
optional
office_365_breakout_policy

office_365_breakout_policy_response_schema

Type : < office_365_breakout_policy_response_schema > array

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
package_name
optional
package_name

package_name

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

Type : string

Was this article helpful?