Juan Hernandez has submitted this change and it was merged. Change subject: restapi: Add API to support warning for attached Storage Domains ......................................................................
restapi: Add API to support warning for attached Storage Domains Adding a REST API to support warning for attached Storage Domains on attach or import of Storage Domain. POST /api/storagedomains/d97c4fc5-bf5d-41a3-94c6-8fe821f98ff0/isattached HTTP/1.1 Accept: application/xml Content-type: application/xml <action> <host id="383a1e8d-d299-45d4-84d5-9bcc9fcf8823"></host> </action> The response which should returned is a Storage Domain with the flag is_attached. as so: <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <storage_domain id="d97c4fc5-bf5d-41a3-94c6-8fe821f98ff0"> <is_attached>false</is_attached> </storage_domain> The operation is not implemented with GET since the operation requires the connection-host to be provided as parameter. Change-Id: I4b12e5ea2abea66cb950e3cdd64baaaff72a6919 Bug-Url: https://bugzilla.redhat.com/1179246 Signed-off-by: Maor Lipchuk <mlipc...@redhat.com> --- M backend/manager/modules/restapi/interface/definition/src/main/java/org/ovirt/engine/api/resource/StorageDomainResource.java M backend/manager/modules/restapi/interface/definition/src/main/resources/api.xsd M backend/manager/modules/restapi/interface/definition/src/main/resources/rsdl_metadata.yaml M backend/manager/modules/restapi/jaxrs/src/main/java/org/ovirt/engine/api/restapi/resource/BackendStorageDomainResource.java 4 files changed, 64 insertions(+), 1 deletion(-) Approvals: Juan Hernandez: Looks good to me, approved Maor Lipchuk: Verified -- To view, visit http://gerrit.ovirt.org/36849 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I4b12e5ea2abea66cb950e3cdd64baaaff72a6919 Gerrit-PatchSet: 9 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Maor Lipchuk <mlipc...@redhat.com> Gerrit-Reviewer: Allon Mureinik <amure...@redhat.com> Gerrit-Reviewer: Juan Hernandez <juan.hernan...@redhat.com> Gerrit-Reviewer: Maor Lipchuk <mlipc...@redhat.com> Gerrit-Reviewer: Ori Liel <ol...@redhat.com> Gerrit-Reviewer: automat...@ovirt.org Gerrit-Reviewer: oVirt Jenkins CI Server _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches