-
Notifications
You must be signed in to change notification settings - Fork 583
Network Port QoS Policy API #1027
Copy link
Copy link
Closed
Description
Adding implementations for the following routes to the client would be desirable:
Specifically, these routes, under network/v2.0/qos (list here, as well: https://developer.openstack.org/api-ref/network/v2/index.html#quality-of-service)
QoS Extenstion common CRUD
-
GET /rule-types[WIP] qos: list rule types #1030 -
GET /rule-types/{rule_type}Networking V2: add QoS rule type Get call #1625 -
GET /policiesNetworking V2: add QoS policies List #1591 -
POST /policiesNetworking V2: add QoS policy Create call #1595 -
GET /policies/{policy_id}Networking: add QoS policies Get, cleanup QoS doc #1593 -
PUT /policies/{policy_id}Networking V2: add QoS policy Update call #1601 -
DELETE /policies/{policy_id}Networking V2: add QoS policy Delete call #1602 -
GET /policies/{policy_id}/bandwidth_limit_rulesNetworking V2: add bw limit rules List #1582 -
POST /policies/{policy_id}/bandwidth_limit_rulesNetworking V2: add bw limit rule Create #1584 -
GET /policies/{policy_id}/bandwidth_limit_rules/{rule_id}Networking V2: add bw limit rules Get #1583 -
PUT /policies/{policy_id}/bandwidth_limit_rules/{rule_id}Networking V2: add bw limit rule Update #1588 -
DELETE /policies/{policy_id}/bandwidth_limit_rules/{rule_id}Networking V2: add bw limit rule Delete #1590 -
GET /policies/{policy_id}/dscp_marking_rulesNetworking V2: add QoS DSCP marking rules List #1594 -
POST /policies/{policy_id}/dscp_marking_rulesNetworking V2: add QoS DSCPMarking rule Create #1604 -
GET /policies/{policy_id}/dscp_marking_rules/{rule_id}Networking V2: add QoS DSCP rule Get call #1607 -
PUT /policies/{policy_id}/dscp_marking_rules/{rule_id}Networking V2: add QoS DSCPMarking rule Update #1605 -
DELETE /policies/{policy_id}/dscp_marking_rules/{rule_id}Networking V2: add QoS DSCP rule Delete call #1608 -
GET /policies/{policy_id}/minimum_bandwidth_rulesNetworking V2: add QoS min bw rule List call #1613 -
POST /policies/{policy_id}/minimum_bandwidth_rulesNetworking V2: add QoS min bw rule Create call #1615 -
GET /policies/{policy_id}/minimum_bandwidth_rules/{rule_id}Networking V2: add QoS min bw rule Get call #1614 -
PUT /policies/{policy_id}/minimum_bandwidth_rules/{rule_id}Networking V2: add QoS min bw rule Update call #1622 -
DELETE /policies/{policy_id}/minimum_bandwidth_rules/{rule_id}Networking V2: add QoS min bw rule Delete call #1623
QoS Extension Ports CRUD
-
GET /v2.0/ports/{port_id}Networking V2: add QoS policy extension for Port #1580 -
POST /v2.0/ports/{port_id}Networking V2: add QoS policy extension for Port #1580 -
PUT /v2.0/ports/{port_id}Networking V2: add QoS policy extension for Port #1580
QoS Extension Networks CRUD
-
GET /v2.0/networks/{port_id}Networking V2: add QoS policy extension for Net #1581 -
POST /v2.0/networks/{port_id}Networking V2: add QoS policy extension for Net #1581 -
PUT /v2.0/networks/{port_id}Networking V2: add QoS policy extension for Net #1581
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels