Interface KatelloErrataService

    • Method Detail

      • list

        KatelloErrataService.ListRequest list()
        Retrieves the representation of the Katello errata. [source] ---- GET /ovirt-engine/api/katelloerrata ---- You will receive response in XML like this one: [source,xml] ---- RHBA-2013:XYZ The description of the erratum some bug fix update bugfix 2013-11-20T02:00:00.000+02:00 Few guidelines regarding the solution Updated packages that fix one bug are now available for XYZ libipa_hbac-1.9.2-82.11.el6_4.i686 ... ... ---- The order of the returned list of erratum isn't guaranteed.
      • katelloErratumService

        KatelloErratumService katelloErratumService​(String id)
        Reference to the Katello erratum service. Use this service to view the erratum by its id.
      • service

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