admin-api reset to upstream

This commit is contained in:
qubedmaiska 2025-06-05 20:19:22 -04:00
parent 7eaecbd560
commit 823c5f34ba
No known key found for this signature in database
GPG key ID: 204BCE0FD52C0501

View file

@ -13,7 +13,8 @@ ref: 36
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
@ -218,8 +219,8 @@ Server will close the connection.
Traceback may be empty, can be enabled server-side as part of debug mode.
Delimiting zero-byte is always present.
Fields should be fromatted to `%`-style format string, possibly after
client-side translation, to form final message to be displayed to the user. Server
Fields are should substituted into `%`-style format string, possibly after
client-side translation, to form final message to be displayed unto user. Server
does not by itself support translation.
## 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
a default Qubes OS installation. However, they are created anyway.
- `created-by-<vm>` - Created in an extension to `qubesd` at the
- `created-by-<vm>` &mdash;&nbsp;Created in an extension to qubesd at the
moment of creation of the VM. Cannot be changed via API, which is also
enforced by this extension.
- `managed-by-<vm>` - Can be used for the same purpose, but it is
- `managed-by-<vm>` &mdash;&nbsp;Can be used for the same purpose, but it is
not created automatically, nor is it forbidden to set or reset this tag.
## Backup profile