class_cols¶
Overview¶
This resource provides Info on QOS Classes
Version information¶
Version : v2
URI scheme¶
Host :
BasePath : /sdwan/nitro/v2/monitor/
Schemes : HTTP
Tags¶
- class_cols : Operations related to class_cols
Paths¶
Get operation for class_cols¶
GET /class_cols
Description¶
Use this operation to get QOS Class details
Responses¶
HTTP Code | Description | Schema |
---|---|---|
200 | API Successfully executed | class_cols_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¶
- class_cols
Definitions¶
ErrorSchema¶
Name | Schema |
---|---|
errorcode optional |
integer |
errormessage optional |
string |
bandwidth¶
Bandwidth in kbps
Type : string
class_cols_delete_success_schema¶
Name | Schema |
---|---|
class_cols optional |
class_cols |
Name | Description | Schema |
---|---|---|
message optional |
Example : "resource deleted succesfully" |
string |
class_cols_post_success_schema¶
Name | Schema |
---|---|
class_cols optional |
class_cols |
Name | Description | Schema |
---|---|---|
message optional |
Example : "resource added succesfully" |
string |
class_cols_put_success_schema¶
Name | Schema |
---|---|
class_cols optional |
class_cols |
Name | Description | Schema |
---|---|---|
message optional |
Example : "resource modified succesfully" |
string |
class_cols_response_schema¶
Type : < class_cols_response_schema > array
Name | Schema |
---|---|
bandwidth optional |
bandwidth |
class_number optional |
class_number |
dropped_bytes optional |
dropped_bytes |
dropped_packets optional |
dropped_packets |
name optional |
name |
pending_bytes optional |
pending_bytes |
pending_packets optional |
pending_packets |
sent_bytes optional |
sent_bytes |
sent_packets optional |
sent_packets |
type optional |
type |
wait_ms optional |
wait_ms |
class_number¶
Class Number
Type : string
dropped_bytes¶
Dropped Bytes
Type : string
dropped_packets¶
Dropped Packets
Type : string
name¶
Class Name
Type : string
pending_bytes¶
Pending Bytes
Type : string
pending_packets¶
Pending Packets
Type : string
sent_bytes¶
Sent Bytes
Type : string
sent_packets¶
Sent Packets
Type : string
type¶
Class Type
Type : string
wait_ms¶
Wait time in Milliseconds
Type : string