mirror of
https://github.com/QubesOS/qubes-doc.git
synced 2025-08-03 03:56:38 -04:00
admin-api reset to upstream
This commit is contained in:
parent
7eaecbd560
commit
823c5f34ba
1 changed files with 13 additions and 12 deletions
|
@ -13,7 +13,8 @@ ref: 36
|
||||||
title: Admin API
|
title: Admin API
|
||||||
---
|
---
|
||||||
|
|
||||||
_You may also be interested in the article [Introducing the Qubes Admin API](/news/2017/06/27/qubes-admin-api/)._
|
_You may also be interested in the article
|
||||||
|
[Introducing the Qubes Admin API](/news/2017/06/27/qubes-admin-api/)._
|
||||||
|
|
||||||
## Goals
|
## Goals
|
||||||
|
|
||||||
|
@ -218,8 +219,8 @@ Server will close the connection.
|
||||||
Traceback may be empty, can be enabled server-side as part of debug mode.
|
Traceback may be empty, can be enabled server-side as part of debug mode.
|
||||||
Delimiting zero-byte is always present.
|
Delimiting zero-byte is always present.
|
||||||
|
|
||||||
Fields should be fromatted to `%`-style format string, possibly after
|
Fields are should substituted into `%`-style format string, possibly after
|
||||||
client-side translation, to form final message to be displayed to the user. Server
|
client-side translation, to form final message to be displayed unto user. Server
|
||||||
does not by itself support translation.
|
does not by itself support translation.
|
||||||
|
|
||||||
## Tags
|
## Tags
|
||||||
|
@ -227,10 +228,10 @@ does not by itself support translation.
|
||||||
The tags provided can be used to write custom policies. They are not used in
|
The tags provided can be used to write custom policies. They are not used in
|
||||||
a default Qubes OS installation. However, they are created anyway.
|
a default Qubes OS installation. However, they are created anyway.
|
||||||
|
|
||||||
- `created-by-<vm>` - Created in an extension to `qubesd` at the
|
- `created-by-<vm>` — Created in an extension to qubesd at the
|
||||||
moment of creation of the VM. Cannot be changed via API, which is also
|
moment of creation of the VM. Cannot be changed via API, which is also
|
||||||
enforced by this extension.
|
enforced by this extension.
|
||||||
- `managed-by-<vm>` - Can be used for the same purpose, but it is
|
- `managed-by-<vm>` — Can be used for the same purpose, but it is
|
||||||
not created automatically, nor is it forbidden to set or reset this tag.
|
not created automatically, nor is it forbidden to set or reset this tag.
|
||||||
|
|
||||||
## Backup profile
|
## Backup profile
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue