diff --git a/services/mgmt1.md b/services/mgmt1.md index 05ec99454b..391dd22fb5 100644 --- a/services/mgmt1.md +++ b/services/mgmt1.md @@ -72,12 +72,14 @@ to set the policy using current mechanism. | `mgmt.pool.volume.Snapshot` | `dom0` | pool | vid | snapshot | | `mgmt.pool.volume.Revert` | `dom0` | pool | ` ` | - | | `mgmt.pool.volume.Resize` | `dom0` | pool | ` ` | - | +| `mgmt.pool.volume.Import` | `dom0` | pool | `\n` | - | | `mgmt.vm.volume.List` | vm | - | - | `\n` | `` is per-VM volume name, `` is pool-unique volume id | `mgmt.vm.volume.Info` | vm | volume | - | `=\n` | | `mgmt.vm.volume.ListSnapshots` | vm | volume | - | snapshot | duplicate of `mgmt.pool.volume.`, but with other call params | | `mgmt.vm.volume.Snapshot` | vm | volume | - | snapshot | id. | | `mgmt.vm.volume.Revert` | vm | volume | snapshot | - | id. | | `mgmt.vm.volume.Resize` | vm | volume | size_in_bytes | - | id. | +| `mgmt.vm.volume.Import` | vm | volume | raw volume data | - | id. | | `mgmt.vm.Start` | vm | - | - | - | | `mgmt.vm.Shutdown` | vm | - | - | - | | `mgmt.vm.Pause` | vm | - | - | - |