Ravi Nori has uploaded a new change for review. Change subject: restapi : ovirt shell show vm' not returning all guest attributes ......................................................................
restapi : ovirt shell show vm' not returning all guest attributes In oVirt-shell 'show vm <guest name>' does not return all attributes / settings for the given guest. Document the "All-Content" header in all the resources that support it. Change-Id: I65bd2a88deadde3444778e50ec6655850c1d2cc4 Bug-Url: https://bugzilla.redhat.com/1062434 Signed-off-by: Ravi Nori <[email protected]> --- M backend/manager/modules/restapi/interface/definition/src/main/resources/rsdl_metadata.yaml 1 file changed, 8 insertions(+), 2 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/10/24210/1 diff --git a/backend/manager/modules/restapi/interface/definition/src/main/resources/rsdl_metadata.yaml b/backend/manager/modules/restapi/interface/definition/src/main/resources/rsdl_metadata.yaml index 116db22..dd314bb 100644 --- a/backend/manager/modules/restapi/interface/definition/src/main/resources/rsdl_metadata.yaml +++ b/backend/manager/modules/restapi/interface/definition/src/main/resources/rsdl_metadata.yaml @@ -15,6 +15,7 @@ max: {context: matrix, type: 'xs:int', value: 'max results', required: false} headers: Filter: {value: true|false, required: false} + All-Content: {value: true|false, required: false} - name: /vms/{vm:id}|rel=get description: get the virtual machine in the system for the given virtual machine id request: @@ -24,6 +25,7 @@ urlparams: {} headers: Filter: {value: true|false, required: false} + All-Content: {value: true|false, required: false} - name: /vms/{vm:id}|rel=delete description: deletes the virtual machine in the system for the given virtual machine id request: @@ -681,7 +683,8 @@ signatures: [] urlparams: max: {context: matrix, type: 'xs:int', value: 'max results', required: false} - headers: {} + headers: + All-Content: {value: true|false, required: false} - name: /vms/{vm:id}/nics/{nic:id}|rel=get description: get the details of a network interface for a given virtual machine request: @@ -689,7 +692,8 @@ parameterType: null signatures: [] urlparams: {} - headers: {} + headers: + All-Content: {value: true|false, required: false} - name: /vms/{vm:id}/nics/{nic:id}|rel=delete description: remove the network interface from the given virtual machine request: @@ -3296,6 +3300,7 @@ max: {context: matrix, type: 'xs:int', value: 'max results', required: false} headers: Filter: {value: true|false, required: false} + All-Content: {value: true|false, required: false} - name: /templates/{template:id}|rel=get description: get the details of the specified template in the system request: @@ -3305,6 +3310,7 @@ urlparams: {} headers: Filter: {value: true|false, required: false} + All-Content: {value: true|false, required: false} - name: /templates/{template:id}|rel=delete description: delete the specified template in the system request: -- To view, visit http://gerrit.ovirt.org/24210 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I65bd2a88deadde3444778e50ec6655850c1d2cc4 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Ravi Nori <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
