Juan Hernandez has posted comments on this change. Change subject: restapi: Support katello errata for vms ......................................................................
Patch Set 3: (1 comment) https://gerrit.ovirt.org/#/c/40721/3/backend/manager/modules/restapi/interface/definition/src/main/resources/rsdl_metadata.yaml File backend/manager/modules/restapi/interface/definition/src/main/resources/rsdl_metadata.yaml: Line 800: - name: /vms/{vm:id}/katelloerrata|rel=get Line 801: description: get the list of errata available for the vm Line 802: request: Line 803: urlparams: Line 804: max: {context: matrix, type: 'xs:int', value: 'max results', required: false} The "max" content header is now implicitly added for all collections, so having it here generates a duplicate. Remove it and the resulting empty "urlparams" and "request". Line 805: - name: /vms/{vm:id}/katelloerrata/{katelloerratum:id}|rel=get Line 806: description: get the details of the specific erratum available for the vm Line 807: - name: /disks|rel=get Line 808: description: get a list of disks in the system -- To view, visit https://gerrit.ovirt.org/40721 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I8cec37546280393725b64506fdd0d6e37c1af410 Gerrit-PatchSet: 3 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Moti Asayag <[email protected]> Gerrit-Reviewer: Jenkins CI Gerrit-Reviewer: Juan Hernandez <[email protected]> Gerrit-Reviewer: Ori Liel <[email protected]> Gerrit-Reviewer: [email protected] Gerrit-HasComments: Yes _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
