Skip to content

wan_optimization_service_classes

Overview

API to add, delete, get, modify WAN optimization service classes.

Version information

Version : v2

URI scheme

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

Tags

  • wan_optimization_service_classes : Operations related to wan_optimization_service_classes

Paths

POST operation for wan_optimization_service_classes

POST /wan_optimization_service_classes

Description

Use this operation to add WAN Optimization Service Classes

Parameters

Type Name Schema
Body body
optional
wan_optimization_service_classes_request_schema

Responses

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

  • wan_optimization_service_classes

Get operation for wan_optimization_service_classes

GET /wan_optimization_service_classes

Description

Use this operation to get WAN Optimization Service Classes

Responses

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

  • wan_optimization_service_classes

PUT operation for wan_optimization_service_classes

PUT /wan_optimization_service_classes

Description

Use this operation to modify WAN Optimization Service Classes

Responses

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

Produces

  • application/json

Tags

  • wan_optimization_service_classes

DELETE operation for wan_optimization_service_classes

DELETE /wan_optimization_service_classes/{deletePathParam}

Description

Use this operation to delete WAN Optimization Service Classes

Parameters

Type Name Description Schema
Path deletePathParam
required
Object Primary Key for DELETE operation object

Responses

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

Produces

  • application/json

Tags

  • wan_optimization_service_classes
Was this article helpful?