Files
neutron-lib/api-ref/source/v2/samples/qos/policy-show-response.json
Michal Kelner Mishali b3cf2228fd Documenting QoS default policy extension
Closes-Bug: #1733386

Change-Id: I49bce4014a79de3a0d4f8e481a010c0903948532
Signed-off-by: Michal Kelner Mishali <mkelnermishal@vmware.com>
2018-02-08 09:40:48 -08:00

28 lines
918 B
JSON

{
"policy": {
"project_id": "8d4c70a21fed4aeba121a1a429ba0d04",
"tenant_id": "8d4c70a21fed4aeba121a1a429ba0d04",
"id": "46ebaec0-0570-43ac-82f6-60d2b03168c4",
"is_default": false,
"name": "10Mbit",
"description": "This policy limits the ports to 10Mbit max.",
"revision_number": 3,
"shared": false,
"rules": [
{
"id": "5f126d84-551a-4dcf-bb01-0e9c0df0c793",
"qos_policy_id": "46ebaec0-0570-43ac-82f6-60d2b03168c4",
"max_kbps": 10000,
"max_burst_kbps": 0,
"type": "bandwidth_limit"
},
{
"id": "5f126d84-551a-4dcf-bb01-0e9c0df0c794",
"qos_policy_id": "46ebaec0-0570-43ac-82f6-60d2b03168c4",
"dscp_mark": 26,
"type": "dscp_marking"
}
]
}
}