Michael Pasternak has uploaded a new change for review.

Change subject: restapi: add missing disk.export() descriptors
......................................................................

restapi: add missing disk.export() descriptors

Change-Id: I61136522a018d3633182a00f1a70e70ec00f6480
Signed-off-by: Michael pasternak <[email protected]>
---
M 
backend/manager/modules/restapi/interface/definition/src/main/resources/rsdl_metadata.yaml
1 file changed, 24 insertions(+), 12 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/05/19505/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 b9c7efb..1fc7cb7 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
@@ -3953,18 +3953,6 @@
       Content-Type: {value: application/xml|json, required: true}
       Expect: {value: 201-created, required: false}
       Correlation-Id: {value: 'any string', required: false}
-- name: /api/storagedomains/{storagedomain:id}/disks/export|rel=export
-  request:
-    body:
-      parameterType: Action
-      signatures:
-      - mandatoryArguments: {storagedomain.id|name: 'xs:string'}
-        optionalArguments: {}
-    urlparams: {}
-    headers:
-      Content-Type: {value: application/xml|json, required: true}
-      Correlation-Id: {value: 'any string', required: false}
-      Filter: {value: true|false, required: false}
 - name: 
/api/datacenters/{datacenter:id}/storagedomains/{storagedomain:id}/disks|rel=get
   description: get the list of all disks in the storage domain in the data 
center
   request:
@@ -3977,6 +3965,18 @@
       max: {context: matrix, type: 'xs:int', value: 'max results', required: 
false}
       unregistered: {context: matrix, type: 'xs:boolean', value: true|false, 
required: false}
     headers: {}
+- name: 
/api/storagedomains/{storagedomain:id}/disks/{disk:id}/export|rel=export
+  request:
+    body:
+      parameterType: Action
+      signatures:
+      - mandatoryArguments: {storagedomain.id|name: 'xs:string'}
+        optionalArguments: {}
+    urlparams: {}
+    headers:
+      Content-Type: {value: application/xml|json, required: true}
+      Correlation-Id: {value: 'any string', required: false}
+      Filter: {value: true|false, required: false}
 - name: 
/api/datacenters/{datacenter:id}/storagedomains/{storagedomain:id}/disks/{disk:id}|rel=get
   description: get the details of the specified disk in the storage domain in 
the data center
   request:
@@ -3986,6 +3986,18 @@
     urlparams:
       unregistered: {context: matrix, type: 'xs:boolean', value: true|false, 
required: false}
     headers: {}
+- name: 
/api/datacenters/{datacenter:id}/storagedomains/{storagedomain:id}/disks/{disk:id}/export|rel=export
+  request:
+    body:
+      parameterType: Action
+      signatures:
+      - mandatoryArguments: {storagedomain.id|name: 'xs:string'}
+        optionalArguments: {}
+    urlparams: {}
+    headers:
+      Content-Type: {value: application/xml|json, required: true}
+      Correlation-Id: {value: 'any string', required: false}
+      Filter: {value: true|false, required: false}
 - name: 
/api/datacenters/{datacenter:id}/storagedomains/{storagedomain:id}/disks/{disk:id}|rel=delete
   description: delete the specified disk from the storage domain in the data 
center
   request:


-- 
To view, visit http://gerrit.ovirt.org/19505
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I61136522a018d3633182a00f1a70e70ec00f6480
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Michael Pasternak <[email protected]>
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to