syntribos-openstack-templates/cinder_v3/qos/set_keys_put.template

11 lines
184 B
Plaintext

PUT /v3/{|rand_uuid|}/qos-specs/{|rand_uuid|} HTTP/1.1
Accept: application/json
Content-type: application/json
X-Auth-Token: |token|
{
"qos_specs": {
"delay": "1"
}
}