Interface QosService.UpdateRequest

  • All Superinterfaces:
    Request<QosService.UpdateRequest,​QosService.UpdateResponse>
    Enclosing interface:
    QosService

    public static interface QosService.UpdateRequest
    extends Request<QosService.UpdateRequest,​QosService.UpdateResponse>
    Update the specified QoS in the dataCenter. [source] ---- PUT /ovirt-engine/api/datacenters/123/qoss/123 ---- For example with curl: [source] ---- curl -u admin@internal:123456 -X PUT -H "content-type: application/xml" -d \ "32132110" \ https://engine/ovirt-engine/api/datacenters/123/qoss/123 ---- You will receive response like this: [source,xml] ---- 321 321 10 1 storage ----