mirror of
https://github.com/QubesOS/qubes-doc.git
synced 2024-10-01 01:25:40 -04:00
admin-api update
1. Drop separate admin.vm.microphone.* calls - lets use admin.vm.device.mic.* for this. Yes, this means microphone cannot be attached to multiple VMs at the same time (which is regression vs Qubes 3.2). But this is a good thing from security point of view. 2. Drop admin.backup.Restore - use standard Admin API methods (admin.vm.Create, admin.vm.volume.Import etc) Cc: @kalkin
This commit is contained in:
parent
fa79d40d66
commit
ecbfeb2e73
@ -62,8 +62,6 @@ to set the policy using current mechanism.
|
||||
| `admin.vm.device.<class>.Detach` | vm | device | - | - | `device` is in form `<backend-name>+<device-ident>`
|
||||
| `admin.vm.device.<class>.List` | vm | - | - | `<device> <options>\n` | options can include `persistent=yes` for "persistently" attached devices (default is temporary)
|
||||
| `admin.vm.device.<class>.Available` | vm | device-ident | - | `<device-ident> <properties> description=<desc>\n` | optional service argument may be used to get info about a single device, <br/>optional (device class specific) properties are in `key=value` form, <br/>`description` must be the last one and is the only one allowed to contain spaces
|
||||
| `admin.vm.microphone.Attach` | vm | - | - | - |
|
||||
| `admin.vm.microphone.Detach` | vm | - | - | - |
|
||||
| `admin.pool.List` | `dom0` | - | - | `<pool>\n` |
|
||||
| `admin.pool.ListDrivers` | `dom0` | - | - | `<pool-driver> <property> ...\n` | Properties allowed in `admin.pool.Add`
|
||||
| `admin.pool.Info` | `dom0` | pool | - | `<property>=<value>\n` |
|
||||
@ -88,9 +86,8 @@ to set the policy using current mechanism.
|
||||
| `admin.vm.Pause` | vm | - | - | - |
|
||||
| `admin.vm.Unpause` | vm | - | - | - |
|
||||
| `admin.vm.Kill` | vm | - | - | - |
|
||||
| `admin.backup.Execute` | `dom0` | config i | - | - | config in `/etc/qubes/backup/<id>.conf` |
|
||||
| `admin.backup.Info` | `dom0` | ? | content? | ? |
|
||||
| `admin.backup.Restore` | `dom0` | ? | content | ? |
|
||||
| `admin.backup.Execute` | `dom0` | config id | - | - | config in `/etc/qubes/backup/<id>.conf`, only one backup operation of given `config id` can be running at once |
|
||||
| `admin.backup.Info` | `dom0` | config id | - | backup info | info what would be included in the backup
|
||||
| `admin.Events` | `dom0|vm` | - | - | events |
|
||||
|
||||
Volume properties:
|
||||
|
Loading…
Reference in New Issue
Block a user