Interface QosService

    • Method Detail

      • get

        QosService.GetRequest get()
        Get specified QoS in the data center. [source] ---- GET /ovirt-engine/api/datacenters/123/qoss/123 ---- You will get response like this one below: [source,xml] ---- 123 123 1 1 storage ----
      • remove

        QosService.RemoveRequest remove()
        Remove specified QoS from datacenter. [source] ---- DELETE /ovirt-engine/api/datacenters/123/qoss/123 ----
      • update

        QosService.UpdateRequest update()
        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 ----
      • service

        Service service​(String path)
        Service locator method, returns individual service on which the URI is dispatched.